summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2012-09-16 19:04:21 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2012-09-16 19:04:21 +0200
commit4c5fe22e8d28e0ae5f004f2affa2c48c59b00325 (patch)
treeca2164664b6bf6cbc53eaa0dfd23e89513f021a8 /.vimrc
parent5be6a94238416339b16b59846c31b480af1a603f (diff)
downloaddotfiles-4c5fe22e8d28e0ae5f004f2affa2c48c59b00325.tar.gz
dotfiles-4c5fe22e8d28e0ae5f004f2affa2c48c59b00325.tar.bz2
dotfiles-4c5fe22e8d28e0ae5f004f2affa2c48c59b00325.zip
Fix 'Y' imap
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index e93d6b0..afa6386 100644
--- a/.vimrc
+++ b/.vimrc
@@ -96,7 +96,7 @@ nmap <silent> <F4> :ls<CR>:buf
nmap <Leader>t :ToggleWord<CR>
" Makes more sense and is similar to D
-map Y y
+map Y y$
" emulate C-k as known from emacs/zsh/...
imap <C-k> D