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