Skip to content

Instantly share code, notes, and snippets.

@sjl
Created October 7, 2013 17:12
Show Gist options
  • Save sjl/6871452 to your computer and use it in GitHub Desktop.
Save sjl/6871452 to your computer and use it in GitHub Desktop.
function! StayStar()
let v = winsaveview()
execute normal! "*\<c-o>"
call winrestview(v)
endfunction
nnoremap * :call StayStar()<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment