Skip to content

Firefox Tridactyl Add On Vim like Shortcuts

DescriptionShortcut
Command mode (like vi):
Exit current mode back to normal modeESC
Hint mode (select links)f
Hint mode (select links, open in background new tab)F
Ignore mode (past all keys as normal to browser)Shift + Insert

Visual Mode, Hint Mode for Selecting and copying text

Section titled “Visual Mode, Hint Mode for Selecting and copying text”
DescriptionShortcut
Hint mode, copy element text like paragraph;p
Hint mode, copy link location;y
Hint mode, Kill an element (delete it);k
Visual mode, adjust selectionh, j, k, l, e, w, b
Visual mode, copy texty
Visual mode, enterv or other options below
Visual mode, move cursor to end of selectiono
Visual mode, web search selected texts or S

Visual mode enter options: v, mouse to select text, ;h, search with /, F7

  1. Tabs

    DescriptionShortcut
    Close / delete tabd
    Go to first/last tabg0, g$
    Go to last active tabC-^
    Open new tabt
    See open tabs and filter/select itemsb + type + TAB/SHIFT-TAB
    Switch tabsShift + j (previous) or k (next))
    Switch tabs by listb
    Undo close itemu
  2. Pages

    DescriptionShortcut
    Historym, Back and ForwardH (back), L (forward)
    Bookmark set - global persistent on restartsmarkadd [A-Z]
    Bookmark set - local non-persistentmarkadd [a-z]
    Copy current tab title to clipboardyt
    Copy current URL to clipboardyy
    Go to, Focus on first text box for inputgi
    Go to, Next page (guess it)]]
    Go to, Previous page (guess it)[[
    Jump back to where you came from
    Jump to bookmark` + [a-z] or [A-z]
DescriptionShortcut
Navigationhjkl
Go to beginning of pagegg
Go to end of pageG
Repeat last action.

j and k are bound to scrollline 10 and -10 respectively

DescriptionShortcut
Zoom in, out, defaultzi, zo, zz
DescriptionShortcut
Search page/
Search: next, previous matchC-g, C-G
Open search default search engine, or open in new tab searchs, S
DescriptionShortcut
History, navigateArrow key up or down
Enter command mode:
Complete command from historyC-f
Completion, cycleTab, Shift + Tab
Insert URL of highlighted completionSpace
Run highlighted completion and keep command mode openCtrl + Enter
Copy highlighted completion to clipboardCtrl + o yy
# Open help
:help
:h
:help [command]
:help [setting]
# Open interactive tutorial
:tutor
# View page source
:viewsource
# Containers
## Create
:createcontainer name [color] [icon]
## Open tab with container with -c name of container
:tabopen -c name [url]
# Enter ignore mode for specified URLs
:blacklistadd [url]
# Remove the URL from the blacklist
:blacklistremove [url]
# Search with a specific search engine
open duckduckgo <query>
tabopen bing <query>
## Default search engine
open search <query>
# Detach tab to new window
tabdetach
# Run command sequentially with ;
composite [commmand 1]; [command 2]
# Pipe commands
composite [commmand 1] | [command 2]
# Search for a setting
:apropos
# Read settings from file, url, clipboard
source [arguments]
# Defaults to ~/.tridactylrc, ~/.config/tridactyl/tridactylrc or $XDG_CONFIG_HOME/tridactyl/tridactylrc
# and on Windows %USERPROFILE%
## Help for sourcing
:help source
# Search for a setting
:apropos
# Search for a setting
:apropos
get [setting]
# Setting, set value
set [setting]
## Set theme to dark
set theme dark
# Setting, unset value
unset [setting]
# Delete a setting
:setnull [setting]
# See current configuration
:viewconfig
## See current normal mode bindings
:viewconfig nmaps
## Default search engine and available engines or define them in searchurls
:viewconfig searchengine
:viewconfig searchurls
## Hint filter mode
:viewconfig hintfiltermode
# Theme appearance with dark or default
:viewconfig theme
# Aliases for ex commands
:viewconfig exaliases
# Check key binding
:bind j
# Rebind a key
:bind J tabnext