From b3d2703af5d7422f1c75e8cec2f1fe997da207d4 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 19 May 2020 22:25:03 +0200 Subject: Add note search keybinding to vim --- pkgs/custom-neovim/asset/rc.vim | 1 + 1 file changed, 1 insertion(+) 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 :Goyo nnoremap :GFiles nnoremap :Buffers nnoremap :Tags +nnoremap :call fzf#run({'source': 'find ~/org/*.org ~/journal/**/*.md -type f', 'sink': 'edit'}) nnoremap :Lines nnoremap :BTags -- cgit v1.2.3