Explorar el Código

feat(nvim): 增加 ctrl+n/p 翻文件支持

dzp hace 3 años
padre
commit
aafb36d796
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      init.vim

+ 3 - 0
init.vim

@@ -69,3 +69,6 @@ nmap <silent> M :MRU<CR>
 nnoremap <silent> ,M M
 autocmd BufEnter __MRU_Files__ nnoremap <buffer><silent> M :q<CR>
 autocmd BufEnter -RecentFiles- nnoremap <buffer><silent> M :q<CR>
+
+nmap <C-N> gt
+nmap <C-P> gT