Files
cshenv/vim/vimrc.keymaps
2025-07-02 13:53:13 -04:00

18 lines
420 B
Plaintext

"Adam Keymaps
" map __ {!}fmt -p -s -w 78
map - ddkP
map + ddp
"Properly map Y to yank to end of line, instead of yank line.
map Y y$
map zz zM
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
map _ :1,$!uncrustify -q -lCPP -c ~/cshenv/adamformat/adam.format.cfg
map \ :1,$!clang-format -style=file