mirror of
https://github.com/esm7/obsidian-vimrc-support.git
synced 2026-07-22 05:00:25 +00:00
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:
commit
5867e784f5
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue