plugins.harpoon.keymaps.addFile
Keymap for marking the current file.";
Type: null or string
Default:
null
Declared by:
plugins.harpoon.keymaps.cmdToggleQuickMenu
Keymap for toggling the cmd quick menu.
Type: null or string
Default:
null
Declared by:
plugins.harpoon.keymaps.gotoTerminal
Keymaps for navigating to terminals.
Examples: gotoTerminal = { “1” = “<C-j>”; “2” = “<C-k>”; “3” = “<C-l>”; “4” = “<C-m>”; };
Type: null or (attribute set of string)
Default:
null
Declared by:
plugins.harpoon.keymaps.navFile
Keymaps for navigating to marks.
Examples: navFile = { “1” = “<C-j>”; “2” = “<C-k>”; “3” = “<C-l>”; “4” = “<C-m>”; };
Type: null or (attribute set of string)
Default:
null
Declared by:
plugins.harpoon.keymaps.navNext
Keymap for navigating to next mark.";
Type: null or string
Default:
null
Declared by:
plugins.harpoon.keymaps.navPrev
Keymap for navigating to previous mark.";
Type: null or string
Default:
null
Declared by:
plugins.harpoon.keymaps.tmuxGotoTerminal
Keymaps for navigating to tmux windows/panes. Attributes can either be tmux window ids or pane identifiers.
Examples: tmuxGotoTerminal = { “1” = “<C-1>”; “2” = “<C-2>”; “{down-of}” = “<leader>g”; };
Type: null or (attribute set of string)
Default:
null
Declared by:
plugins.harpoon.keymaps.toggleQuickMenu
Keymap for toggling the quick menu.";
Type: null or string
Default:
null
Declared by: