Add another current-file keyword map
This commit is contained in:
parent
d4b25e227e
commit
1ddd70cad6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue