diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-05 07:05:07 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-05 07:05:07 +0200 |
commit | e0c0d4b38cde20e2300e86b69414dd9851b47456 (patch) | |
tree | 5df65243447352a9637d1f783247bfd5ccff2ef4 /dotfiles/cheat/urxvt | |
parent | dc45bf89a66ec6c8cd25cf5605deb853f6984705 (diff) | |
download | dotfiles_dotdrop-e0c0d4b38cde20e2300e86b69414dd9851b47456.tar.xz dotfiles_dotdrop-e0c0d4b38cde20e2300e86b69414dd9851b47456.zip |
ooo
Diffstat (limited to 'dotfiles/cheat/urxvt')
-rw-r--r-- | dotfiles/cheat/urxvt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dotfiles/cheat/urxvt b/dotfiles/cheat/urxvt new file mode 100644 index 0000000..f16dc45 --- /dev/null +++ b/dotfiles/cheat/urxvt @@ -0,0 +1,29 @@ +# yank url in term +Alt+u Enter selection mode. The last URL on your screen will be selected. You can repeat Alt+u to select the next upward URL. +k Select next upward URL +j Select next downward URL +Return Open selected URL in browser and quit selection mode +o Open selected URL in browser without quitting selection mode +y Copy (yank) selected URL and quit selection mode +Esc Cancel URL selection mode + +# Tab management +Shift+Down New tab +Shift+Left Go to left tab +Shift+Right Go to right tab +Ctrl+Left Move tab to the left +Ctrl+Right Move tab to the right +Ctrl+d Close tab + +# keyboard select with meta-escape +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, Return: quit afterwards +Y: Copy selected lines to primary buffer or cursor line and quit +q/Escape: Quit keyboard selection mode + |