Add another current-file keyword map

This commit is contained in:
Sage Vaillancourt 2024-02-17 14:49:22 -05:00
parent d4b25e227e
commit 1ddd70cad6
1 changed files with 2 additions and 0 deletions

View File

@ -72,10 +72,12 @@ inoremap jj <Esc>l
inoremap jk <Esc>l
inoremap kj <Esc>l
" C comment
nnoremap // m`I//<Esc>``:s-////--<Cr>
" Current-file keywords
inoremap <C-N> <C-X><C-N>
inoremap <C-J> <C-X><C-N>
" Line numbers