Haven't made the switch, but wanted to get the file in there
This commit is contained in:
parent
4f658b42d7
commit
9ce2501153
1 changed files with 11 additions and 0 deletions
11
tmux.conf
Normal file
11
tmux.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
set -sg default-terminal "screen-256color"
|
||||
set -asg terminal-overrides ",xterm-256color:Tc,screen-256color:Tc"
|
||||
|
||||
set -g default-shell /bin/zsh
|
||||
|
||||
set -g base-index 1
|
||||
set -g pane-base-index 1
|
||||
|
||||
unbind-key C-b
|
||||
set -g prefix C-a
|
||||
bind-key C-a send-prefix
|
Loading…
Add table
Add a link
Reference in a new issue