vim: More FZF bindings, update joplin to 2.6.10

This commit is contained in:
2022-01-17 23:15:23 +11:00
parent a800ad0d2c
commit 0723fb4954
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -197,6 +197,8 @@ endif
nnoremap <leader>f :FzfFiles<CR>
nnoremap <leader>t :FzfTags<CR>
nnoremap <leader>r :FzfRg<CR>
nnoremap <leader>b :FzfBuffers<CR>
nnoremap <leader>l :FzfLines<CR>
" Empty value to disable preview window altogether
let g:fzf_preview_window = []