updated .vimrc

pull/2/head
Hari Sekhon 5 years ago
parent 7b4b1d08f2
commit 88e1ef3794

@ -222,6 +222,7 @@ endif
"nmap <silent> ;c :call Cformat()<CR> "nmap <silent> ;c :call Cformat()<CR>
nmap <silent> ;a :,!anonymize.py -a<CR> nmap <silent> ;a :,!anonymize.py -a<CR>
nmap ;A :,!hexanonymize.py --case --hex-only<CR>
nmap <silent> ;b :!git blame "%"<CR> nmap <silent> ;b :!git blame "%"<CR>
nmap <silent> ;c :,!center.py<CR> nmap <silent> ;c :,!center.py<CR>
nmap <silent> ;e :,!center.py -s<CR> nmap <silent> ;e :,!center.py -s<CR>
@ -230,9 +231,6 @@ nmap <silent> ;D :Done<CR>
nmap ;f :,!fold -s -w 120 \| sed 's/[[:space:]]*$//'<CR> nmap ;f :,!fold -s -w 120 \| sed 's/[[:space:]]*$//'<CR>
"nmap <silent> ;h :call Hr()<CR> "nmap <silent> ;h :call Hr()<CR>
nmap <silent> ;h :Hr<CR> nmap <silent> ;h :Hr<CR>
" this keystroke would probably mess people up, call manually since it's best
" used in visual blocks anyway
"nmap ;H :,!hexanonymize.py --case --hex-only<CR>
nmap ;H :call WriteHelp()<CR> nmap ;H :call WriteHelp()<CR>
" this inserts Hr literally " this inserts Hr literally
"imap <silent> <C-H> :Hr<CR> "imap <silent> <C-H> :Hr<CR>

Loading…
Cancel
Save