Skip to content

Instantly share code, notes, and snippets.

@sideshowcoder
Created December 8, 2014 22:04
Show Gist options
  • Select an option

  • Save sideshowcoder/3ba15c9c5bcfdc15b85f to your computer and use it in GitHub Desktop.

Select an option

Save sideshowcoder/3ba15c9c5bcfdc15b85f to your computer and use it in GitHub Desktop.
Quick and Dirty Notes hack for Vim
map <leader>nn :edit ~/Dropbox/Notes/
function SearchNotes()
let search = input("Search Notes: ")
Ag search -f ~/Dropbox/Notes
endfunction
map <leader>sn :call SearchNotes()<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment