diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-10-19 18:01:35 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-10-19 18:01:35 +0100 |
commit | fb5043ffe50a8b53d6f07657224b147019b02e92 (patch) | |
tree | 8c5ee124f49b26635ba9f6aefafd13bdf88ecc72 /tmux | |
parent | 8f97de03651a7070cae444e9ae13c9f660119bd3 (diff) |
Minor changes
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 040f93d..63a3799 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -27,6 +27,11 @@ set-hook -g session-created "if-shell '[ -n \""'$SSH_CONNECTION'"\" ]' 'set stat set-hook -g client-attached "if-shell '[ -n \""'$SSH_CONNECTION'"\" ]' 'set status-bg \"#aa4444\"' 'set status-bg \"green\"'" +# PILOT_KEY_H=M-h +# PILOT_KEY_J=M-j +# PILOT_KEY_K=M-k +# PILOT_KEY_L=M-l +# PILOT_KEY_P=M-backslash PILOT_IGNORE= PILOT_BOUNDARY=ignore PILOT_MODE=wintab |