documenting

This commit is contained in:
Adrien Luxey 2020-01-27 16:44:13 +01:00
parent a785cec3c2
commit cffe3287e3
1 changed files with 4 additions and 3 deletions

View File

@ -47,7 +47,7 @@ set -g @plugin 'tmux-plugins/tmux-yank'
# Set the display duration of message (in ms)
set-option -g display-time 2000
# Make tmux display true colors
# Make tmux display true colors )
set -g default-terminal "xterm-256color"
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
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)
# 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 escape-time 0
# don't rename windows automatically
set-option -g allow-rename off