Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
68020150
Commit
68020150
authored
Nov 18, 2018
by
Jay Ta'ala
Browse files
Modified tmux.conf to honour hjkl keys better.
parent
9e1bd7ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmux/.tmux.conf
View file @
68020150
...
...
@@ -2,18 +2,24 @@
set
-
g
terminal
-
overrides
"xterm*:kLFT5=\eOD:kRIT5=\eOC:kUP5=\eOA:kDN5=\eOB:smkx@:rmkx@"
# create (h)orizontal and (v)ertical panes without prefix
bind
-
n
M
-
h
split
-
window
-
h
bind
-
n
M
-
v
split
-
window
-
v
bind
-
n
C
-
h
split
-
window
-
h
bind
-
n
C
-
v
split
-
window
-
v
# Resize panes without prefix
bind
-
n
M
-
j
resize
-
pane
-
D
bind
-
n
M
-
k
resize
-
pane
-
U
bind
-
n
M
-
l
resize
-
pane
-
L
bind
-
n
M
-
\;
resize
-
pane
-
R
bind
-
n
M
-
J
resize
-
pane
-
D
bind
-
n
M
-
K
resize
-
pane
-
U
bind
-
n
M
-
H
resize
-
pane
-
L
bind
-
n
M
-
L
resize
-
pane
-
R
# zoom into pane
bind
-
n
M
-
f
resize
-
pane
-
Z
# Use Alt-hjkl without prefix key to switch panes
bind
-
n
M
-
h
select
-
pane
-
L
bind
-
n
M
-
l
select
-
pane
-
R
bind
-
n
M
-
k
select
-
pane
-
U
bind
-
n
M
-
j
select
-
pane
-
D
# Use Alt-arrow keys without prefix key to switch panes
bind
-
n
M
-
Left
select
-
pane
-
L
bind
-
n
M
-
Right
select
-
pane
-
R
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment