736aa6c737d4

unnecessary key
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 28 Jan 2014 11:50:20 -0500
parents 761550d1394f
children e835f9dfe1dd
branches/tags (none)
files vim/vimrc

Changes

--- a/vim/vimrc	Tue Jan 28 11:46:23 2014 -0500
+++ b/vim/vimrc	Tue Jan 28 11:50:20 2014 -0500
@@ -504,7 +504,7 @@
 " Don't move on *
 " I'd use a function for this but Vim clobbers the last search when you're in
 " a function so fuck it, practicality beats purity.
-nnoremap <silent> * :let stay_star_view = winsaveview()<cr>*<c-o>:call winrestview(stay_star_view)<cr>
+nnoremap <silent> * :let stay_star_view = winsaveview()<cr>*:call winrestview(stay_star_view)<cr>
 
 " Jumping to tags.
 "