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 jk <Esc>l
|
||||||
inoremap kj <Esc>l
|
inoremap kj <Esc>l
|
||||||
|
|
||||||
|
|
||||||
" C comment
|
" C comment
|
||||||
nnoremap // m`I//<Esc>``:s-////--<Cr>
|
nnoremap // m`I//<Esc>``:s-////--<Cr>
|
||||||
|
|
||||||
" Current-file keywords
|
" Current-file keywords
|
||||||
|
inoremap <C-N> <C-X><C-N>
|
||||||
inoremap <C-J> <C-X><C-N>
|
inoremap <C-J> <C-X><C-N>
|
||||||
|
|
||||||
" Line numbers
|
" Line numbers
|
||||||
|
|
Loading…
Reference in New Issue