more
This commit is contained in:
parent
1098c68073
commit
2a40dc791d
@ -16,6 +16,7 @@ in
|
||||
ssh = "TERM=xterm-256color ssh";
|
||||
};
|
||||
profileExtra = ''
|
||||
export COLORTERM=truecolor
|
||||
SHELL="$BASH"
|
||||
PATH=~/.bin:$PATH
|
||||
bind "set show-mode-in-prompt on"
|
||||
|
@ -40,9 +40,13 @@ in
|
||||
set -g status-position top
|
||||
set -g mouse on
|
||||
setw -g mode-keys vi
|
||||
set -g renumber-windows on
|
||||
set -ga terminal-overrides ",xterm-256color:Tc"
|
||||
|
||||
# Start Index 1
|
||||
set -g base-index 1
|
||||
setw -g pane-base-index 1
|
||||
set -g renumber-windows on
|
||||
|
||||
# Maintain Directory
|
||||
bind '"' split-window -c "#{pane_current_path}"
|
||||
bind % split-window -h -c "#{pane_current_path}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user