Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. :nnoremap <leader>ev :vsplit $MYVIMRC<cr> " For my Vimrc-file
  2. :nnoremap <leader>eg :vsplit /path/to/file/foobar.txt<cr> " Random notes
  3. :nnoremap <leader>et :vsplit /path/to/file/AnotherFile.txt<cr> " Other stuff
  4.  
  5. /User/myusername/path/one/random_notes.txt
  6. /User/myusername/path/two/which/is/different/project_notes.txt
  7. /User/myusername/path/three/folder/after_work_stuff.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement