changed some
This commit is contained in:
@ -19,9 +19,15 @@ unbind %
|
||||
# reload on r
|
||||
bind r source-file ~/.tmux.conf \; display "Reloaded config!"
|
||||
|
||||
# number of scrollback lines
|
||||
set-option -g history-limit 5000
|
||||
|
||||
# enable mouse mode
|
||||
set -g mouse on
|
||||
|
||||
# stop window to stop jump to bottom when selection something
|
||||
unbind-key -T copy-mode-vi MouseDragEnd1Pane
|
||||
|
||||
# start numbering panes at 1
|
||||
set -g base-index 1
|
||||
setw -g pane-base-index 1
|
||||
@ -39,4 +45,4 @@ set -g status-right-length 50
|
||||
set -g status-left-length 10
|
||||
setw -g window-status-current-style "fg=black bg=color6"
|
||||
setw -g window-status-current-format " #I #W #F "
|
||||
setw -g window-status-format " #I #[fg=colour7]#W #[fg=colour1]#F "
|
||||
setw -g window-status-format " #I #[fg=colour7]#W #[fg=colour1]#F "
|
||||
|
||||
Reference in New Issue
Block a user