From b9625acc8039c4d0ce786d2933d71841541a3f9f Mon Sep 17 00:00:00 2001 From: WATA-Haru Date: Mon, 8 Apr 2024 21:56:14 +0900 Subject: [PATCH] fix README , validate gt and gT command without Tab Switcher plugin --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b87cb02..fc6a058 100644 --- a/README.md +++ b/README.md @@ -218,12 +218,11 @@ nmap zR :unfoldall exmap foldall obcommand editor:fold-all nmap zM :foldall -" Emulate Tab Switching https://vimhelp.org/tabpage.txt.html#gt -" requires Cycle Through Panes Plugins https://obsidian.md/plugins?id=cycle-through-panes -exmap tabnext obcommand cycle-through-panes:cycle-through-panes +exmap tabnext obcommand workspace:next-tab nmap gt :tabnext -exmap tabprev obcommand cycle-through-panes:cycle-through-panes-reverse +exmap tabprev obcommand workspace:previous-tab nmap gT :tabprev + ``` ## Fixed Keyboard Layout in Normal Mode