Default to light color scheme
This commit is contained in:
parent
94064771ce
commit
891c08254b
9 changed files with 5518 additions and 1305 deletions
|
|
@ -1,9 +1,11 @@
|
|||
# use vim copy/paste keybindings
|
||||
setw -g mode-keys vi
|
||||
|
||||
set -g default-shell /bin/bash
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -ga terminal-overrides ",tmux-256color:Tc"
|
||||
|
||||
set -g default-shell /bin/bash
|
||||
|
||||
# split panes using | and -
|
||||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue