summaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-08-22 16:32:36 +0200
committerUrbain Vaes <urbain@vaes.uk>2018-08-22 16:32:36 +0200
commit34abdcc4d1368d94123391f49ebe135d7ad1c238 (patch)
tree64579274f2fe0046039c1fab9139068cfadf059a /tmux
parent25aff99826ee73c5d6823d3767993a6bd09960fd (diff)
Set zathura as default for images/x-eps
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.tmux.conf5
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}"