瀏覽代碼

fix Alacritty for Windows supressing CTRL-] (works on GitBash)

Daniel Sheffield 2 周之前
父節點
當前提交
8d66dfeeec
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      vim/vimfiles/vimrc

+ 3 - 0
vim/vimfiles/vimrc

@@ -335,3 +335,6 @@ set showcmd
 " Clear search highlight after sourcing
 silent! call feedkeys(":nohlsearch\<CR>")
 
+" Fix CTRL-] suppressed on Alacritty for Windows
+nnoremap <TAB> <C-]>
+