Disorganized changes from past weeks

This commit is contained in:
Ian Keane 2022-07-31 12:57:31 -04:00
parent 1091129506
commit 5411d397cf
16 changed files with 235 additions and 30 deletions

View file

@ -1,10 +1,14 @@
set-option -g default-shell /usr/local/bin/fish
set-option -g default-shell /usr/bin/fish
set -g default-terminal "screen-256color"
# # set-window-option -g mode-keys vi
# set-window-option -g automatic-rename on
set-window-option -g mode-keys vi
# Blank space between status and bottom of window
set -Fg 'status-format[1]' '#{status-format[0]}'
set -g 'status-format[0]' '#[bg=black] '
set -g status 2
# bind h split-window -h -c "#{pane_current_path}"
# bind v split-window -v -c "#{pane_current_path}"