Default to light color scheme

This commit is contained in:
Sonny 2019-06-26 23:20:57 +02:00
parent 94064771ce
commit 891c08254b
9 changed files with 5518 additions and 1305 deletions

View file

@ -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