Merge pull request #219 from WATA-Haru/fix-readme-gt-gT

fix README , validate gt and gT command without Tab Switcher plugin
This commit is contained in:
esm7 2024-07-01 06:45:08 +03:00 committed by GitHub
commit 5867e784f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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