mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Quickly search, open, and create notes
This commit is contained in:
6
.vimrc
6
.vimrc
@@ -438,6 +438,12 @@ let g:vimwiki_global_ext = 0
|
|||||||
nmap <leader>wb :VimwikiBacklinks <CR>
|
nmap <leader>wb :VimwikiBacklinks <CR>
|
||||||
|
|
||||||
|
|
||||||
|
" 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 <leader>n :NV <CR>
|
||||||
|
|
||||||
|
|
||||||
" The NERD Commenter: A plugin that allows for easy commenting of code for
|
" The NERD Commenter: A plugin that allows for easy commenting of code for
|
||||||
" many filetypes.
|
" many filetypes.
|
||||||
Plug 'preservim/nerdcommenter'
|
Plug 'preservim/nerdcommenter'
|
||||||
|
|||||||
Reference in New Issue
Block a user