chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
0c7867d
)
dot/screenrc: Customize a whole lot of keybindings.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 14 Feb 2022 12:12:54 +0000
(12:12 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 14 Feb 2022 12:12:54 +0000
(12:12 +0000)
dot/screenrc
patch
|
blob
|
blame
|
history
diff --git
a/dot/screenrc
b/dot/screenrc
index e252ec9f74d368fe77947445c7eb737536bb0f77..d8c31c36e304eeb879db96067c764249be691223 100644
(file)
--- a/
dot/screenrc
+++ b/
dot/screenrc
@@
-55,3
+55,63
@@
terminfo xterm-256color is="\E[!p\E[?4l\E[4l\E>"
## happened to them. The manual says I should use `defzombie' here, but
## screen doesn't seem to understand that.
zombie qr onerror
## happened to them. The manual says I should use `defzombie' here, but
## screen doesn't seem to understand that.
zombie qr onerror
+
+## Customize key bindings.
+bind \040
+bind ( focus up
+bind ) focus down
+bind {
+bind }
+bind \
+bind ^a
+bind a
+bind A layout attach
+bind ^b
+bind b
+bind B
+bind C
+bind d
+bind D
+bind ^e
+bind e
+bind E layout select
+bind ^f
+bind f
+bind ^g
+bind g
+bind G
+bind ^h
+bind \177
+bind H
+bind I
+bind ^j
+bind j
+bind J
+bind ^k
+bind k
+bind K
+bind l
+bind L layout new
+bind ^m
+bind m
+bind N layout next
+bind ^o
+bind o
+bind O layout show
+bind P layout prev
+bind ^q
+bind ^r
+bind r
+bind R layout remove
+bind ^s
+bind t
+bind T
+bind ^u
+bind u
+bind U
+bind V
+bind w
+bind W
+bind ^y
+bind y
+bind Y