Adds tmux config.
This commit is contained in:
parent
ced7ec5532
commit
31b403e6a2
13
tmux/tmux.conf.dotfile
Normal file
13
tmux/tmux.conf.dotfile
Normal file
@ -0,0 +1,13 @@
|
||||
unbind C-b
|
||||
set -g prefix C-o
|
||||
|
||||
bind-key \ split-window -h
|
||||
bind-key - split-window
|
||||
|
||||
set -g history-limit 40000
|
||||
setw -g mode-mouse on
|
||||
|
||||
set-option -g mouse-select-pane on
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
set-option -g default-shell /bin/zsh
|
||||
Loading…
x
Reference in New Issue
Block a user