소스 검색

fix conflict with jump forward

Daniel Sheffield 1 주 전
부모
커밋
9083bd27c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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-]>