summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index ad40841..f1255f1 100644
--- a/.vimrc
+++ b/.vimrc
@@ -105,7 +105,6 @@ noremap <C-l> <C-w>l
inoremap <F5> <C-R>=strftime("%Y-%m-%d")<CR>
-nmap <leader>n :NV!<cr>
" Convert curly quotes to straight. {{{
" Any argument causes substitute to confirm changes.
function! ToStraight(line1, line2, args)
@@ -340,6 +339,7 @@ set grepprg=rg\ --vimgrep\ --smart-case\ --hidden\ --follow
nnoremap <leader>r :History<cr>
nnoremap <leader>l :Rg<cr>
nnoremap <leader>g :BLines<cr>
+nnoremap <leader>n :FZF ~/notes/<cr>
"}}}
" FZF Notational Velocity plugin {{{
let g:nv_search_paths = ['~/notes', '~/writing/luxagraf/', '~/documents/bookmarks/']