diff options
| author | Adrian Kummerlaender | 2020-05-19 22:25:03 +0200 |
|---|---|---|
| committer | Adrian Kummerlaender | 2020-05-19 22:25:03 +0200 |
| commit | b3d2703af5d7422f1c75e8cec2f1fe997da207d4 (patch) | |
| tree | c23081b7e34fff8b1cf44a80b6d4bfadedcc1dea | |
| parent | 9a55c6a1dd53b2851ead64c9941e5f881704456f (diff) | |
| download | pkgs-b3d2703af5d7422f1c75e8cec2f1fe997da207d4.tar pkgs-b3d2703af5d7422f1c75e8cec2f1fe997da207d4.tar.gz pkgs-b3d2703af5d7422f1c75e8cec2f1fe997da207d4.tar.bz2 pkgs-b3d2703af5d7422f1c75e8cec2f1fe997da207d4.tar.lz pkgs-b3d2703af5d7422f1c75e8cec2f1fe997da207d4.tar.xz pkgs-b3d2703af5d7422f1c75e8cec2f1fe997da207d4.tar.zst pkgs-b3d2703af5d7422f1c75e8cec2f1fe997da207d4.zip | |
Add note search keybinding to vim
| -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> |
