From e2763c0df9bc73785947083c28c39bfd14f34f76 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 26 Feb 2020 15:34:11 +0100 Subject: [PATCH] Quickly search, open, and create notes --- .vimrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vimrc b/.vimrc index 21f6814..7083fc9 100644 --- a/.vimrc +++ b/.vimrc @@ -438,6 +438,12 @@ let g:vimwiki_global_ext = 0 nmap wb :VimwikiBacklinks +" notational velocity with fzf: quickly search and open notes +Plug 'https://github.com/alok/notational-fzf-vim' +let g:nv_search_paths = ['~/phren', '~/mydocs'] +nmap n :NV + + " The NERD Commenter: A plugin that allows for easy commenting of code for " many filetypes. Plug 'preservim/nerdcommenter'