summary refs log tree commit diff stats
path: root/config/binds.conf
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-03-21 17:36:42 -0400
committerDrew DeVault <sir@cmpwn.com>2019-03-21 17:37:19 -0400
commitf5bf4a93243c62b5b30ed0f1d15c124739444c79 (patch)
tree68edf4ecdd4d979ead71f712860d2bd2101c53c2 /config/binds.conf
parent79b459ecb0da7759de617d164cb1cafc4a6be1c8 (diff)
downloadaerc-f5bf4a93243c62b5b30ed0f1d15c124739444c79.tar.gz
Add context-specific keybindings
Diffstat (limited to 'config/binds.conf')
-rw-r--r--config/binds.conf32
1 files changed, 32 insertions, 0 deletions
diff --git a/config/binds.conf b/config/binds.conf
new file mode 100644
index 0000000..814f9f5
--- /dev/null
+++ b/config/binds.conf
@@ -0,0 +1,32 @@
+# Binds are of the form <key sequence> = <command to run>
+# To use '=' in a key sequence, substitute it with "Eq": "<Ctrl+Eq>"
+# If you wish to bind #, you can wrap the key sequence in quotes: "#" = quit
+q = :quit<Enter>
+L = :next-tab<Enter>
+H = :prev-tab<Enter>
+<C-t> = :term<Enter>
+
+[messages]
+j = :next-message<Enter>
+<Down> = :next-message<Enter>
+<C-d> = :next-message 50%<Enter>
+<C-f> = :next-message 100%<Enter>
+<PgDn> = :next-message -s 100%<Enter>
+
+k = :prev-message<Enter>
+<Up> = :prev-message<Enter>
+<C-u> = :prev-message 50%<Enter>
+<C-b> = :prev-message 100%<Enter>
+<PgUp> = :prev-message -s 100%<Enter>
+g = :select-message 0<Enter>
+G = :select-message -1<Enter>
+
+J = :next-folder<Enter>
+K = :prev-folder<Enter>
+
+<Enter> = :view-message<Enter>
+d = :confirm 'Really delete this message?' ':delete-message<Enter>'<Enter>
+D = :delete-message<Enter>
+
+c = :cf<space>
+$ = :term<space>
ani-tty/blame/tests/unittests/test_cmd_pgp.c?id=59d5dd73a77b2a85e199ad43e9ba4591b2bfbe08'>^
85cc5ab5 ^
81190251 ^
85cc5ab5 ^
85cc5ab5 ^

ea99012d ^

ea99012d ^



3bb1f124 ^
ea99012d ^


81190251 ^
ea99012d ^
ea99012d ^
















ea99012d ^

ea99012d ^



3bb1f124 ^
ea99012d ^


81190251 ^
ea99012d ^
ea99012d ^











a952776b ^
ea99012d ^
a952776b ^
ea99012d ^











85cc5ab5 ^


85cc5ab5 ^



81190251 ^
85cc5ab5 ^
85cc5ab5 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107