Explorar el Código

fix conflict with jump forward

Daniel Sheffield hace 1 semana
padre
commit
9083bd27c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vim/vimfiles/vimrc

+ 1 - 1
vim/vimfiles/vimrc

@@ -378,5 +378,5 @@ set showcmd
 silent! call feedkeys(":nohlsearch\<CR>")
 
 " Fix CTRL-] suppressed on Alacritty for Windows
-nnoremap <TAB> <C-]>
+nnoremap <LEADER><TAB> <C-]>