idc changed a lot of files
This commit is contained in:
parent
628baf3eea
commit
94d2955ab0
31 changed files with 267 additions and 80 deletions
|
@ -21,7 +21,7 @@ bind ';' "command-prompt"
|
|||
bind C-r "source-file ~/.config/tmux/tmux.conf"
|
||||
|
||||
# Session binds
|
||||
# bind C-n "new-session -c '#{pane_current_path}' -s '#{b:pane_current_path}'"
|
||||
bind N "new-session -c '#{pane_current_path}' -s '#{b:pane_current_path}'"
|
||||
# bind C-x "set-option -g detach-on-destroy on; kill-session"
|
||||
bind X "set-option -g detach-on-destroy off; kill-session; set-option -g detach-on-destroy on"
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ set -g @theme-active-fg "color15"
|
|||
set -g @theme-urgent "red"
|
||||
|
||||
# theme
|
||||
set -g status-position "bottom"
|
||||
set -g status-position "top"
|
||||
set -g status-style "bg=#{@theme-bg},fg=#{@theme-fg}"
|
||||
set -g message-style "bg=#{@theme-bg},fg=#{@theme-fg}"
|
||||
set -g status-justify "left"
|
||||
|
|
|
@ -29,13 +29,13 @@ set -g visual-activity off
|
|||
set -g monitor-activity off
|
||||
|
||||
# number windows with respect for base-index
|
||||
set -g renumber-windows on
|
||||
set -g renumber-windows off
|
||||
|
||||
# Resize all windows to max size?
|
||||
setw -g aggressive-resize on
|
||||
|
||||
# Change history limit
|
||||
set -g history-limit 131072
|
||||
set -g history-limit 262144
|
||||
|
||||
# Source extra configs
|
||||
source-file ~/.config/tmux/theme.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue