aboutsummaryrefslogtreecommitdiff
path: root/sdn.cpp
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2026-03-23 00:28:23 +0100
committerPřemysl Eric Janouch <p@janouch.name>2026-03-23 00:28:23 +0100
commitd9b1ea079ecee6ba176c8f60b5f942bfe240a40b (patch)
treeb359d40f329c849bd3a472b91761cc7a6e144162 /sdn.cpp
parent769be55153b6d6eb7faf73d54f70ad4e7218be90 (diff)
downloadsdn-d9b1ea079ecee6ba176c8f60b5f942bfe240a40b.tar.gz
sdn-d9b1ea079ecee6ba176c8f60b5f942bfe240a40b.tar.xz
sdn-d9b1ea079ecee6ba176c8f60b5f942bfe240a40b.zip
Bind C-b C-f in the normal mode
Diffstat (limited to 'sdn.cpp')
-rw-r--r--sdn.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdn.cpp b/sdn.cpp
index df36f88..a7aa16a 100644
--- a/sdn.cpp
+++ b/sdn.cpp
@@ -479,6 +479,7 @@ static map<Key, action> g_normal_actions {
{'G', ACTION_BOTTOM}, {ALT | '>', ACTION_BOTTOM}, {KEY(END), ACTION_BOTTOM},
{'H', ACTION_HIGH}, {'M', ACTION_MIDDLE}, {'L', ACTION_LOW},
{KEY (PPAGE), ACTION_PAGE_PREVIOUS}, {KEY (NPAGE), ACTION_PAGE_NEXT},
+ {CTRL ('B'), ACTION_PAGE_PREVIOUS}, {CTRL ('F'), ACTION_PAGE_NEXT},
{CTRL ('Y'), ACTION_SCROLL_UP}, {CTRL ('E'), ACTION_SCROLL_DOWN},
{'z', ACTION_CENTER},
{'c', ACTION_CHDIR}, {ALT | KEY (UP), ACTION_PARENT},