Skip to content

Instantly share code, notes, and snippets.

@henrywang
Last active December 1, 2019 07:40
Show Gist options
  • Select an option

  • Save henrywang/7f2f8c3f187091296cdfd1f619bf50c2 to your computer and use it in GitHub Desktop.

Select an option

Save henrywang/7f2f8c3f187091296cdfd1f619bf50c2 to your computer and use it in GitHub Desktop.
shortcut description
M-Delete use matcher to open and list recent (currently limited to 10) URLs
M-u activate URL selection mode
j/k Select next downward/upward URL (also with arrow keys)
g/G Select first/last URL (also with home/end key)
o/Return Open selected URL in browser, Return: deactivate afterwards
y Copy (yank) selected URL and deactivate selection mode
q/Escape Deactivate URL selection mode
C-- make font size smaller
C-+ make font size bigger
C-= reset font size to default
M-Escape active keyboard select mode (like vim normal mode)
h/j/k/l Move cursor left/down/up/right (also with arrow keys)
g/G/0/^/$/H/M/L/f/F/;/,/w/W/b/B/e/E More vi-like cursor movement keys
'/'/? Start forward/backward search
n/N Repeat last search, N: in reverse direction
Ctrl-f/b Scroll down/up one screen
Ctrl-d/u Scroll down/up half a screen
v/V/Ctrl-v Toggle normal/linewise/blockwise selection
y/Return Copy selection to primary buffer(and clipboard), Return: quit afterwards
Y Copy selected lines to primary buffer(and clipboard) or cursor line and quit
q/Escape Quit keyboard selection mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment