Disorganized changes from past weeks
This commit is contained in:
parent
1091129506
commit
5411d397cf
16 changed files with 235 additions and 30 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue