From 0723fb49548d22d295db8c21c72b873f1618f233 Mon Sep 17 00:00:00 2001 From: doyle Date: Mon, 17 Jan 2022 23:15:23 +1100 Subject: [PATCH] vim: More FZF bindings, update joplin to 2.6.10 --- Installer/_vimrc | 2 ++ win32_install.bat | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Installer/_vimrc b/Installer/_vimrc index a43fac0..c0541bb 100644 --- a/Installer/_vimrc +++ b/Installer/_vimrc @@ -197,6 +197,8 @@ endif nnoremap f :FzfFiles nnoremap t :FzfTags nnoremap r :FzfRg +nnoremap b :FzfBuffers +nnoremap l :FzfLines " Empty value to disable preview window altogether let g:fzf_preview_window = [] diff --git a/win32_install.bat b/win32_install.bat index dbbe657..22ab036 100644 --- a/win32_install.bat +++ b/win32_install.bat @@ -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