X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=tmux.conf;h=1e5b57d62c6f1cb0cfd7bc1bc7e09296ba5d013f;hb=371cb93727f5980aa7d6553f957bb9f5e1dffa9a;hp=483d7258406a530d09806171009725a73743c531;hpb=5866f978ee7c6a4003eb01988e52b98e61ccddfe;p=~madcoder%2Fdotfiles.git diff --git a/tmux.conf b/tmux.conf index 483d725..1e5b57d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,5 +1,6 @@ # set the prefix to ^G +set -g default-terminal screen-256color set -g history-limit 100000 set -g mouse-select-pane on setw -g mode-mouse on @@ -29,6 +30,7 @@ bind v command-prompt "split-window -h '%%'" bind C-v command-prompt "split-window -h '%%'" bind Enter new-window +bind r command-prompt "new-window '%%'" bind c confirm-before kill-pane bind x confirm-before kill-pane bind ! command-prompt -p Man: "split-window 'man %%'" @@ -102,10 +104,18 @@ set -g message-bg red set -g message-attr bright # default window title colors -setw -g window-status-fg cyan +setw -g window-status-fg white setw -g window-status-bg default setw -g window-status-attr dim +setw -g window-status-format '#I #W#F' +setw -g window-status-current-format '#[fg=red,nobold][#[fg=white,bold]#I #W#F#[fg=red,nobold]]' + +set -g pane-border-bg default +set -g pane-border-fg default +set -g pane-active-border-bg default +set -g pane-active-border-fg red + # active window title colors setw -g window-status-current-fg white setw -g window-status-current-bg default