tmux: config formatting change
This commit is contained in:
parent
754e846068
commit
feed74234d
1 changed files with 8 additions and 8 deletions
|
@ -49,14 +49,14 @@ unbind-key -T copy-mode-vi MouseDragEnd1Pane
|
|||
#
|
||||
# General
|
||||
#
|
||||
set -s focus-events on # pass focus events from terminal to applications
|
||||
set -gs escape-time 50 # avoid delays with ESC in vim
|
||||
set -gs repeat-time 1000 # allow 1 second for multiple commands
|
||||
set -g base-index 1 # start window numbering from 1
|
||||
set -g history-limit 20000 # remember longer history
|
||||
setw -g automatic-rename on # automatically rename windows
|
||||
setw -g mouse on # enable mouse support
|
||||
setw -g pane-base-index 1 # start pane numbering from 1
|
||||
set -s focus-events on # pass focus events from terminal to applications
|
||||
set -gs escape-time 50 # avoid delays with ESC in vim
|
||||
set -gs repeat-time 1000 # allow 1 second for multiple commands
|
||||
set -g base-index 1 # start window numbering from 1
|
||||
set -g history-limit 20000 # remember longer history
|
||||
setw -g automatic-rename on # automatically rename windows
|
||||
setw -g mouse on # enable mouse support
|
||||
setw -g pane-base-index 1 # start pane numbering from 1
|
||||
|
||||
|
||||
# Set $TERM, force 256 colors, and enable italics.
|
||||
|
|
Loading…
Add table
Reference in a new issue