diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-08-22 16:32:36 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-08-22 16:32:36 +0200 |
commit | 34abdcc4d1368d94123391f49ebe135d7ad1c238 (patch) | |
tree | 64579274f2fe0046039c1fab9139068cfadf059a /tmux/.tmux.conf | |
parent | 25aff99826ee73c5d6823d3767993a6bd09960fd (diff) |
Set zathura as default for images/x-eps
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r-- | tmux/.tmux.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 5fc66ee..ee2c342 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -10,7 +10,7 @@ unbind r bind r source-file ~/.tmux.conf set -sg escape-time 0 -set-option -g allow-rename off +set -g allow-rename off bind C-n next-window bind C-p previous-window @@ -25,3 +25,6 @@ PILOT_BOUNDARY=ignore PILOT_MODE=wintab PILOT_ROOT=$HOME/Dropbox/projects/vim-wintab source-file $PILOT_ROOT/pilot.tmux + +# set -g pane-border-status top +# set -g pane-border-format "#{pane_current_command}" |