Minor update
This commit is contained in:
parent
d6997b0483
commit
e10725c4ad
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
"filterLinkHints": false,
|
"filterLinkHints": false,
|
||||||
"waitForEnterForFilteredHints": true,
|
"waitForEnterForFilteredHints": true,
|
||||||
"hideHud": false,
|
"hideHud": false,
|
||||||
"keyMappings": "# Disable all default key bindings first\nunmapAll\n\n\n\n# Essential commands\nmap ? showHelp\n\n# Navigation (matching nvim's movement)\nmap h scrollLeft\nmap l scrollRight\nmap j scrollDown\nmap k scrollUp\nmap gg scrollToTop\nmap G scrollToBottom\n\n# Tab/Buffer navigation (matching nvim's buffer navigation)\nmap H previousTab\nmap L nextTab\nmap <c-h> previousTab\nmap <c-l> nextTab\n\n# Leader key patterns (Space as leader, matching nvim)\nmap <space>t Vomnibar.activateTabSelection\nmap <space>b Vomnibar.activateBookmarksInNewTab\nmap <space>e LinkHints.activateMode\nmap <space>f LinkHints.activateModeToOpenInNewTab\nmap <space>w removeTab\nmap <space>x removeTab\nmap <space>r reload\n\n# Search (matching nvim's Telescope bindings)\nmap <space>g Vomnibar.activateInNewTab\nmap / enterFindMode\nmap n performFind\nmap N performBackwardsFind\n\n# Quick actions\nmap f LinkHints.activateMode\nmap u restoreTab\nmap t createTab\nmap T Vomnibar.activateTabSelection\n\n# Visual/caret mode\nmap v enterVisualMode\nmap V enterVisualLineMode\n\n# Yank/copy\nmap yy copyCurrentUrl\nmap yf LinkHints.activateModeWithQueue\n\n# History navigation\nmap <c-o> goBack\nmap <c-i> goForward\nmap J goBack\nmap K goForward\n\n",
|
"keyMappings": "# Disable all default key bindings first\nunmapAll\n\n\n\n# Essential commands\nmap ? showHelp\n\n# Navigation (matching nvim's movement)\nmap h scrollLeft\nmap l scrollRight\nmap j scrollDown\nmap k scrollUp\nmap gg scrollToTop\nmap G scrollToBottom\n\n# Tab/Buffer navigation (matching nvim's buffer navigation)\nmap H previousTab\nmap L nextTab\n\n# Leader key patterns (Space as leader, matching nvim)\nmap <space>t Vomnibar.activateTabSelection\nmap <space>b Vomnibar.activateBookmarksInNewTab\nmap <space>e LinkHints.activateMode\nmap <space>f LinkHints.activateModeToOpenInNewTab\nmap <space>w removeTab\nmap <space>x removeTab\nmap <space>r reload\n\n# Search (matching nvim's Telescope bindings)\nmap <space>g Vomnibar.activateInNewTab\nmap / enterFindMode\nmap n performFind\nmap N performBackwardsFind\n\n# Quick actions\nmap f LinkHints.activateMode\nmap u restoreTab\nmap t createTab\nmap T Vomnibar.activateTabSelection\n\n# Visual/caret mode\nmap v enterVisualMode\nmap V enterVisualLineMode\n\n# Yank/copy\nmap yy copyCurrentUrl\nmap yf LinkHints.activateModeWithQueue\n\n# History navigation\nmap J goBack\nmap K goForward\n\n",
|
||||||
"linkHintCharacters": "hjklasdfgyuiopqwertnmzxcvb",
|
"linkHintCharacters": "hjklasdfgyuiopqwertnmzxcvb",
|
||||||
"linkHintNumbers": "0123456789",
|
"linkHintNumbers": "0123456789",
|
||||||
"newTabUrl": "about:newtab",
|
"newTabUrl": "about:newtab",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue