add tmux conf
This commit is contained in:
parent
4f04b5bce8
commit
156ff21163
1 changed files with 13 additions and 0 deletions
13
tmux/.tmux.conf
Normal file
13
tmux/.tmux.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
set -g prefix C-a
|
||||
set -g visual-activity on
|
||||
set -g status-style fg=white,bg=black
|
||||
set-window-option -g mode-keys vi
|
||||
set -g status-right "#[fg=green,bg=default]#{pane_current_path}"
|
||||
set -ag status-right " #[fg=yellow,bg=default]%I:%M%p "
|
||||
set -g mouse on
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
bind h select-pane -L
|
||||
bind j select-pane -D
|
||||
bind k select-pane -U
|
||||
bind l select-pane -R
|
Loading…
Add table
Reference in a new issue