diff options
-rw-r--r-- | pkgs/custom-neovim/asset/rc.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/asset/rc.vim b/pkgs/custom-neovim/asset/rc.vim index fb89780..cd255dc 100644 --- a/pkgs/custom-neovim/asset/rc.vim +++ b/pkgs/custom-neovim/asset/rc.vim @@ -134,6 +134,7 @@ nnoremap <F8> :Goyo<CR> nnoremap <C-p> :GFiles<CR> nnoremap <C-b> :Buffers<CR> nnoremap <C-t> :Tags<CR> +nnoremap <C-n> :call fzf#run({'source': 'find ~/org/*.org ~/journal/**/*.md -type f', 'sink': 'edit'})<CR> nnoremap <C-l> :Lines<CR> nnoremap <A-t> :BTags<CR> |