updates tmux conf
This commit is contained in:
14
.tmux.conf
14
.tmux.conf
@@ -3,15 +3,15 @@ unbind r
|
|||||||
|
|
||||||
bind r source-file ~/.tmux.conf \; display "Reloaded!"
|
bind r source-file ~/.tmux.conf \; display "Reloaded!"
|
||||||
|
|
||||||
set -g prefix C-t
|
set -g prefix C-b
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
bind-key m select-pane -L
|
bind-key h select-pane -L
|
||||||
bind-key n select-pane -D
|
bind-key j select-pane -D
|
||||||
bind-key e select-pane -U
|
bind-key k select-pane -U
|
||||||
bind-key i select-pane -R
|
bind-key l select-pane -R
|
||||||
|
|
||||||
bind-key h resize-pane -Z
|
bind-key z resize-pane -Z
|
||||||
|
|
||||||
set -s extended-keys on
|
set -s extended-keys on
|
||||||
set-option -g status-position top
|
set-option -g status-position top
|
||||||
@@ -21,7 +21,7 @@ set-option -sg escape-time 0
|
|||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
set -ag terminal-overrides ",xterm-256color:RGB"
|
set -ag terminal-overrides ",xterm-256color:RGB"
|
||||||
|
|
||||||
bind-key = kill-session
|
# bind-key = kill-session
|
||||||
|
|
||||||
# set-option -s escape-time 20
|
# set-option -s escape-time 20
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user