documenting
This commit is contained in:
parent
a785cec3c2
commit
cffe3287e3
1 changed files with 4 additions and 3 deletions
|
@ -47,7 +47,7 @@ set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
# Set the display duration of message (in ms)
|
# Set the display duration of message (in ms)
|
||||||
set-option -g display-time 2000
|
set-option -g display-time 2000
|
||||||
|
|
||||||
# Make tmux display true colors
|
# Make tmux display true colors )
|
||||||
set -g default-terminal "xterm-256color"
|
set -g default-terminal "xterm-256color"
|
||||||
set -ga terminal-overrides ",*256col*:Tc"
|
set -ga terminal-overrides ",*256col*:Tc"
|
||||||
|
|
||||||
|
@ -58,6 +58,9 @@ bind '"' split-window -v -c '#{pane_current_path}' # Split panes vertically
|
||||||
# A big-ass history
|
# A big-ass history
|
||||||
set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
|
|
||||||
|
# Fast key repetition with escape-time 0
|
||||||
|
set -g escape-time 0
|
||||||
|
|
||||||
#####################################################
|
#####################################################
|
||||||
# Simple nested tmux sessions (e.g. remote and local)
|
# Simple nested tmux sessions (e.g. remote and local)
|
||||||
# F10 toggles tmux listening for keystrokes, allowing to switch betwen remote and local
|
# F10 toggles tmux listening for keystrokes, allowing to switch betwen remote and local
|
||||||
|
@ -122,8 +125,6 @@ bind ^L next-window
|
||||||
|
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
set -g escape-time 0
|
|
||||||
|
|
||||||
# don't rename windows automatically
|
# don't rename windows automatically
|
||||||
set-option -g allow-rename off
|
set-option -g allow-rename off
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue