Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
@@ -2,14 +2,27 @@
|
|||||||
unbind C-b
|
unbind C-b
|
||||||
set-option -g prefix C-a
|
set-option -g prefix C-a
|
||||||
bind-key C-a send-prefix
|
bind-key C-a send-prefix
|
||||||
|
|
||||||
# split panes using | and -
|
# split panes using | and -
|
||||||
bind | split-window -h
|
bind | split-window -h
|
||||||
bind - split-window -v
|
bind - split-window -v
|
||||||
unbind '"'
|
unbind '"'
|
||||||
unbind %
|
unbind %
|
||||||
|
|
||||||
# enable mouse control (clickable windows, panes, resizable panes)
|
# enable mouse control (clickable windows, panes, resizable panes)
|
||||||
# as of tmux 2.1 you can just do this ...
|
# as of tmux 2.1 you can just do this ...
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
# stop tmux from renaming the window every time you run a command
|
# stop tmux from renaming the window every time you run a command
|
||||||
set-option -g allow-rename off
|
set-option -g allow-rename off
|
||||||
set-option -g pane-active-border-fg blue
|
set-option -g pane-active-border-fg blue
|
||||||
|
|
||||||
|
# select panes with vim keys
|
||||||
|
bind h select-pane -L
|
||||||
|
bind j select-pane -D
|
||||||
|
bind k select-pane -U
|
||||||
|
bind l select-pane -R
|
||||||
|
|
||||||
|
# change base from 0 to 1 for reachability
|
||||||
|
set -g base-index 1
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
*color14: #7E9982
|
*color14: #7E9982
|
||||||
*color15: #BDBDA4
|
*color15: #BDBDA4
|
||||||
URxvt*scrollBar: false
|
URxvt*scrollBar: false
|
||||||
URxvt.font: xft:Terminus:size=13:antialias=true
|
URxvt.font: xft:Terminus:size=14:antialias=true
|
||||||
URxvt.boldFont: xft:Terminus:bold:size=13:antialias=true
|
URxvt.boldFont: xft:Terminus:bold:size=14:antialias=true
|
||||||
URxvt*transparent: true
|
URxvt*transparent: true
|
||||||
URxvt*shading: 10
|
URxvt*shading: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user