Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. " When editing a file, always jump to the last cursor position
  2. autocmd BufReadPost *
  3. if line("'"") > 0 && line("'"") <= line("$") |
  4. exe "normal g`"" |
  5. endif
  6.  
  7. lvim='vim -c "normal '''0"'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement