summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
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