Browse Source

update tmux.conf

pull/1/head
10sr 12 years ago
parent
commit
c140eb296e
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      tmux.conf

+ 3
- 1
tmux.conf View File

@@ -5,14 +5,16 @@ set -g prefix C-z
bind-key C-z send-prefix bind-key C-z send-prefix
bind-key c command-prompt "new-window '%%'" bind-key c command-prompt "new-window '%%'"


setw -g mode-keys vi
set -g base-index 1 set -g base-index 1
set -g pane-base-index 1


setw -g mode-keys vi
set -g default-command /bin/bash set -g default-command /bin/bash
#set -g default-terminal screen-256color #set -g default-terminal screen-256color
#set -g default-terminal screen-16color #set -g default-terminal screen-16color
set default-path "${HOME}" # not work as i expected set default-path "${HOME}" # not work as i expected
set -g set-titles on set -g set-titles on
set -g display-panes-time 5000


#set -g status-left "" #set -g status-left ""
#set -g status-right "#H | %a, %d %b %Y %T %z #(tmux -V)" #set -g status-right "#H | %a, %d %b %Y %T %z #(tmux -V)"


Loading…
Cancel
Save