[已解決] gcin 輸入法吃鍵 - Linux

Table of Contents

初次詳讀 vim 的 :help

裡面有一段話這樣講:

Jump to a subject: Position the cursor on a tag (e.g. bars) and hit CTRL-].

(這兩處是原文上色處)

但我用鍵盤把游標移到 bars 上再按 Ctrl + ] 卻毫無反應,請問有人知道為什麼嗎?

openSUSE Tumbleweed + X11 + KDE + Konsole

--

All Comments

James avatarJames2021-05-17
那個要 ctags 吧
Mary avatarMary2021-05-19
他只是看help文檔啊不需要ctags
Kumar avatarKumar2021-05-22
:nnoremap <CTRL-]> <CTRL-]> 後再試試看。
Anonymous avatarAnonymous2021-05-24
:nnoremap <C-]> <C-]> 這樣呢?如果還是沒效果,
Emma avatarEmma2021-05-27
可以 :verbose nmap <C-]> 看 map 去哪裡了。
很可能是桌面系統把按鍵的 map 另外設定了。
Oliver avatarOliver2021-05-29
應該是被 KDE/Kconsole 搶走了。試著檢查一下
Delia avatarDelia2021-06-01
Kconsole 的按鍵設定。這應該是 KDE 重複出現的 bug
https://bugs.kde.org/show_bug.cgi?id=419981#c6
Dinah avatarDinah2021-06-03
呃,要不要開一個非 KDE 系的 terminal 試試看?
Hardy avatarHardy2021-06-06
在konsole 如果多補個shift試試看?
ctrl+shift+]