X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=tmux%2F.tmux.conf;h=a3b7c072404a60a3cc224bddef7108d4a4c24868;hp=512bf7d5560ea33ca73d9dddb6126b2a14dfff84;hb=HEAD;hpb=acc0c4539f489bde52ad92906a6b4eba13346107 diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 512bf7d..f73cf92 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -5,8 +5,9 @@ set-option -g escape-time 1 set-option -g repeat-time 0 set-option -g history-limit 20000 set-option -g renumber-windows on -set-option -g terminal-features[0] "screen*:title:clipboard:ccolour:cstyle" +set-option -g terminal-features[0] "screen*:256:ccolour:clipboard:cstyle:title" set-option -gU terminal-features[1] +set-option -g pane-border-indicators both set-option -g prefix C-a unbind-key C-b @@ -40,4 +41,3 @@ source-file ~/.tmux/rc/urlview source-file ~/.tmux/rc/capture source-file ~/.tmux/rc/menu-various source-file ~/.tmux/rc/menu-fzf -source-file ~/.tmux/rc/select-command-output