Explorar el Código

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

Daniel Sheffield hace 2 meses
padre
commit
8d66dfeeec
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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-]>
+