add tmux conf
This commit is contained in:
parent
ec97eb0a1e
commit
8047fe9e4b
|
|
@ -1,6 +1,9 @@
|
||||||
# ─── General settings ────────────────────────────────────────────
|
# ─── General settings ────────────────────────────────────────────
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
|
set -g renumber-windows on
|
||||||
|
set -g automatic-rename on
|
||||||
|
set -g mouse on
|
||||||
setw -g pane-base-index 1
|
setw -g pane-base-index 1
|
||||||
|
|
||||||
# ─── Plugins (managed by TPM) ────────────────────────────────────
|
# ─── Plugins (managed by TPM) ────────────────────────────────────
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue