vim: More FZF bindings, update joplin to 2.6.10

This commit is contained in:
doyle 2022-01-17 23:15:23 +11:00
parent a800ad0d2c
commit 0723fb4954
2 changed files with 4 additions and 2 deletions

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 = []

View File

@ -416,8 +416,8 @@ REM ----------------------------------------------------------------------------
REM Joplin
REM ----------------------------------------------------------------------------
if !install_joplin! == 1 (
set joplin_sha256=816439f47c3288a484ff090a6d5e280979859fd610d6988bc3701d73a1b5dfc4
set joplin_version=2.6.2
set joplin_sha256=2dba85ba6887d9318b10aafda00531f804f311ef9d1c899eefbcba116bf50ed2
set joplin_version=2.6.10
set joplin_dir=!tools_dir!\joplin-x64-!joplin_version!
set joplin_exe=!joplin_dir!\JoplinPortable.exe