tangled
alpha
login
or
join now
seth.computer
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
tmux: extended keys
seth.computer
1 week ago
89fdf073
b4486ca1
verified
This commit was signed with the committer's
known signature
.
seth.computer
SSH Key Fingerprint:
SHA256:utUtG8j2hgvZ0Rnm/rPJiqFu4NT5bjOnC26AUIBh500=
+3
1 changed file
expand all
collapse all
unified
split
misc
tmux.conf
+3
misc/tmux.conf
···
5
5
set -g default-terminal "xterm-256color"
6
6
set -as terminal-overrides ",xterm-256color:Tc"
7
7
8
8
+
set -g extended-keys on
9
9
+
set -g extended-keys-format csi-u
10
10
+
8
11
set -g base-index 1
9
12
setw -g pane-base-index 1
10
13
set -g renumber-windows on