diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-10-28 09:47:24 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-10-28 09:47:24 +0000 |
commit | 26a8fff66ed8e996e60dd8ee896a23b49e860796 (patch) | |
tree | ef3c269d0ffb91b925708b018c2a17ca2b9b77b2 /tmux/.tmux.conf | |
parent | fb5043ffe50a8b53d6f07657224b147019b02e92 (diff) |
Minor changes
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r-- | tmux/.tmux.conf | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 63a3799..c16febc 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -27,15 +27,16 @@ 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_KEY_H='M-h' +# PILOT_KEY_J='M-j' +# PILOT_KEY_K='M-k' +# PILOT_KEY_L='M-l' +# PILOT_KEY_P='M-\' + PILOT_IGNORE= PILOT_BOUNDARY=ignore PILOT_MODE=wintab -PILOT_ROOT=$HOME/dotfiles/plugins/vim-wintab +PILOT_ROOT=$HOME/dotfiles/plugins/vim-tmux-pilot source-file $PILOT_ROOT/pilot.tmux # Bind for clear-screen |