Merge branch 'master' of ssh://github.com/jdkaplan/dotfiles
This commit is contained in:
commit
788bf24dd9
2 changed files with 28 additions and 0 deletions
|
|
@ -19,3 +19,4 @@
|
|||
~/.urlview: urlview/.urlview
|
||||
~/.config/user-dirs.dirs: etc/user-dirs.dirs
|
||||
~/.todo.cfg: todotxt/.todo.cfg
|
||||
~/.tmux.conf: tmux/.tmux.conf
|
||||
|
|
|
|||
27
tmux/.tmux.conf
Normal file
27
tmux/.tmux.conf
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
unbind C-b
|
||||
set -g prefix `
|
||||
bind ` send-prefix
|
||||
|
||||
set -g history-limit 10000
|
||||
|
||||
set -g utf8
|
||||
set-window-option -g utf8 on
|
||||
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
set -sg escape-time 0
|
||||
|
||||
set -g base-index 1
|
||||
set -g pane-base-index 1
|
||||
|
||||
setw -g mode-keys vi
|
||||
|
||||
bind h select-pane -L
|
||||
bind j select-pane -D
|
||||
bind k select-pane -U
|
||||
bind l select-pane -R
|
||||
|
||||
set -g status-bg colour235
|
||||
set -g status-fg colour249
|
||||
set -g pane-border-fg colour235
|
||||
set -g pane-active-border-fg colour249
|
||||
Loading…
Add table
Add a link
Reference in a new issue