Add fish, tmux, vim, and git dotfiles; clean up

This commit is contained in:
mitchell 2019-08-15 00:44:46 -04:00
commit e57d8318d9
47 changed files with 2125 additions and 0 deletions

18
.tmux.conf Normal file
View file

@ -0,0 +1,18 @@
set -g default-terminal "xterm-256color"
setw -g mouse on
setw -g mode-keys vi
bind j select-pane -D
bind k select-pane -U
bind h select-pane -L
bind l select-pane -R
bind | split-window -h
bind _ split-window -v
bind -r J resize-pane -D 5
bind -r K resize-pane -U 5
bind -r H resize-pane -L 5
bind -r L resize-pane -R 5
source-file ".tmux-line.conf"