Y -> y$ for vim

This commit is contained in:
Andrew Tomaka 2014-12-18 16:39:40 -05:00
parent e71daf2711
commit 5f02504154

3
.vimrc
View file

@ -95,6 +95,9 @@ imap <C-s> <esc>:w<CR>
" most common typo ever
command! Q q
" consistency is key - Y should act like C, D
map Y y$
" Still using arrow keys when in insert mode sometimes
map <Left> <NOP>
map <Right> <NOP>