Y -> y$ for vim
This commit is contained in:
parent
e71daf2711
commit
5f02504154
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -95,6 +95,9 @@ imap <C-s> <esc>:w<CR>
|
||||||
" most common typo ever
|
" most common typo ever
|
||||||
command! Q q
|
command! Q q
|
||||||
|
|
||||||
|
" consistency is key - Y should act like C, D
|
||||||
|
map Y y$
|
||||||
|
|
||||||
" Still using arrow keys when in insert mode sometimes
|
" Still using arrow keys when in insert mode sometimes
|
||||||
map <Left> <NOP>
|
map <Left> <NOP>
|
||||||
map <Right> <NOP>
|
map <Right> <NOP>
|
||||||
|
|
Loading…
Reference in a new issue