commit 92053af665d0249007eb993774780af4ad9d6096
parent 1d432447a96f1e00560e2d185e6b038dd0fd5a42
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Thu, 10 Jul 2014 15:38:35 -0700
Vim: Change Q mapping
Diffstat:
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/vimrc b/vimrc
@@ -251,11 +251,8 @@ inoremap <C-c> <Esc>
" C changes until end of line and D deletes until end of line, so why not Y?
noremap Y y$
-" make Q go to next search and run last command
-nnoremap Q @='n.'<CR>
-
-" @: was not working :(
-nnoremap @: :<Up><CR>
+" repeat colon commands
+nnoremap Q :<Up><CR>
" better indenting for visual mode
vnoremap > >gv