add CTRL-A Home as shortcut for favorite command
This commit is contained in:
parent
1a19106777
commit
5db972a0df
1 changed files with 3 additions and 0 deletions
|
@ -125,6 +125,9 @@ if -b '[ -c /dev/clipboard ]' 'bind-key -T copy-mode-vi y send-keys -X copy-pipe
|
|||
bind-key / swap-window -t -1
|
||||
bind-key * swap-window -t +1
|
||||
|
||||
# define keystroke to send favorite command defined as env var
|
||||
bind-key Home send-keys "$FAVORITE_COMMAND"
|
||||
|
||||
# Reload tmux config
|
||||
unbind r
|
||||
bind r source-file ~/.tmux.conf \; display-message "config reloaded!"
|
||||
|
|
Loading…
Add table
Reference in a new issue