Use proper key aliases in mappings.

This commit is contained in:
ADAM David Alan Martin
2022-11-07 15:07:59 -05:00
parent 41bd5f9aac
commit e23c30462a
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ if exists("b:current_syntax")
endif
syn include @cxxInDoxygen syntax/cpp.vim
syn include @cxxInComment syntax/cpp.vim
unlet b:current_syntax

View File

@ -9,8 +9,8 @@ map Y y$
map zz zM
map [2~ :cp
map [3~ :cn
map <Ins> :cp
map <Del> :cn
"map _ :1,$!/opt/local/bin/clang-format-mp-3.9 -style=file
:1,$!/opt/local/bin/uncrustify -q -lCPP -c ~/adamformat/adam.format.cfg