Skip to content

Instantly share code, notes, and snippets.

@svenski
Created June 13, 2019 09:08
Show Gist options
  • Save svenski/4267cd2b3f5de1c7a3e5ef5fcc47f7ca to your computer and use it in GitHub Desktop.
Save svenski/4267cd2b3f5de1c7a3e5ef5fcc47f7ca to your computer and use it in GitHub Desktop.
bind | grep forward
❯ bind | grep forward
bind --preset -M insert -k right forward-char
bind --preset -M insert \e\[C forward-char
bind --preset -M insert \e\eOC nextd-or-forward-word
bind --preset -M insert \e\e\[C nextd-or-forward-word
bind --preset -M insert \eO3C nextd-or-forward-word
bind --preset -M insert \e\[3C nextd-or-forward-word
bind --preset -M insert \e\[1\;3C nextd-or-forward-word
bind --preset -M insert \e\[1\;9C nextd-or-forward-word
bind --preset -M insert \e\eOB history-token-search-forward
bind --preset -M insert \e\e\[B history-token-search-forward
bind --preset -M insert \eO3B history-token-search-forward
bind --preset -M insert \e\[3B history-token-search-forward
bind --preset -M insert \e\[1\;3B history-token-search-forward
bind --preset -M insert \e\[1\;9B history-token-search-forward
bind --preset -k right forward-char
bind --preset \e\[C forward-char
bind --preset \e\eOC nextd-or-forward-word
bind --preset \e\e\[C nextd-or-forward-word
bind --preset \eO3C nextd-or-forward-word
bind --preset \e\[3C nextd-or-forward-word
bind --preset \e\[1\;3C nextd-or-forward-word
bind --preset \e\[1\;9C nextd-or-forward-word
bind --preset \e\eOB history-token-search-forward
bind --preset \e\e\[B history-token-search-forward
bind --preset \eO3B history-token-search-forward
bind --preset \e\[3B history-token-search-forward
bind --preset \e\[1\;3B history-token-search-forward
bind --preset \e\[1\;9B history-token-search-forward
bind --preset -M visual -k right forward-char
bind --preset -M visual \e\[C forward-char
bind --preset -M visual \e\eOC nextd-or-forward-word
bind --preset -M visual \e\e\[C nextd-or-forward-word
bind --preset -M visual \eO3C nextd-or-forward-word
bind --preset -M visual \e\[3C nextd-or-forward-word
bind --preset -M visual \e\[1\;3C nextd-or-forward-word
bind --preset -M visual \e\[1\;9C nextd-or-forward-word
bind --preset -M visual \e\eOB history-token-search-forward
bind --preset -M visual \e\e\[B history-token-search-forward
bind --preset -M visual \eO3B history-token-search-forward
bind --preset -M visual \e\[3B history-token-search-forward
bind --preset -M visual \e\[1\;3B history-token-search-forward
bind --preset -M visual \e\[1\;9B history-token-search-forward
bind --preset l forward-char
bind --preset -m insert a forward-char force-repaint
bind --preset \cr history-search-forward
bind --preset ']' history-token-search-forward
bind --preset w forward-word forward-char
bind --preset W forward-bigword forward-char
bind --preset e forward-char forward-word backward-char
bind --preset E forward-bigword backward-char
bind --preset x delete-char forward-char backward-char
bind --preset -M insert -k dc delete-char forward-char backward-char
bind --preset -k dc delete-char forward-char backward-char
bind --preset diw forward-char forward-char backward-word kill-word
bind --preset diW forward-char forward-char backward-bigword kill-bigword
bind --preset daw forward-char forward-char backward-word kill-word
bind --preset daW forward-char forward-char backward-bigword kill-bigword
bind --preset df begin-selection forward-jump kill-selection end-selection
bind --preset dt begin-selection forward-jump backward-char kill-selection end-selection
bind --preset dT begin-selection backward-jump forward-char kill-selection end-selection
bind --preset -m insert ciw forward-char forward-char backward-word kill-word force-repaint
bind --preset -m insert ciW forward-char forward-char backward-bigword kill-bigword force-repaint
bind --preset -m insert caw forward-char forward-char backward-word kill-word force-repaint
bind --preset -m insert caW forward-char forward-char backward-bigword kill-bigword force-repaint
bind --preset yiw forward-char forward-char backward-word kill-word yank
bind --preset yiW forward-char forward-char backward-bigword kill-bigword yank
bind --preset yaw forward-char forward-char backward-word kill-word yank
bind --preset yaW forward-char forward-char backward-bigword kill-bigword yank
bind --preset f forward-jump
bind --preset t forward-jump-till
bind --preset -M visual l forward-char
bind --preset -M visual w forward-word
bind --preset -M visual W forward-bigword
bind --preset -M visual e forward-word
bind --preset -M visual E forward-bigword
bind --preset -M visual f forward-jump
bind --preset -M visual t forward-jump-till
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment