Tmux: vi mode, visual act, select pane border
This commit is contained in:
parent
c29ba51e74
commit
445b8eb65a
1 changed files with 10 additions and 0 deletions
10
.tmux.conf
10
.tmux.conf
|
@ -2,5 +2,15 @@
|
|||
set -g prefix C-a
|
||||
unbind C-b
|
||||
bind C-a send-prefix
|
||||
#Mouse/Scrollback Tweaks
|
||||
set -g history-limit 20000
|
||||
setw -g mode-keys vi
|
||||
set-option -g mouse on
|
||||
set-option -g pane-active-border-fg yellow
|
||||
#New Keybindings
|
||||
bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"
|
||||
#Misc Enables
|
||||
set -g default-terminal "screen-256color"
|
||||
setw -g monitor-activity on
|
||||
set -g visual-activity on
|
||||
set -g status-justify centre
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue