vimrc: map *

This commit is contained in:
Josh Holtrop 2012-12-06 13:35:05 -05:00
parent 217f14fabb
commit f0eeb053f1

2
vimrc
View File

@ -102,6 +102,8 @@ map ,w :tab :tag 
map ,j Ji  map ,j Ji 
map  :cn map  :cn
map  :cp map  :cp
" copy searched-for symbol to clipboard
nnoremap * :let @+=expand("<cword>")<CR>*
" highlight characters past column 80 " highlight characters past column 80
map ,L :highlight TooLong guibg=lightyellow :match TooLong '\%>80v.*.$' map ,L :highlight TooLong guibg=lightyellow :match TooLong '\%>80v.*.$'