summaryrefslogtreecommitdiff
path: root/src/main/bindings.c
diff options
context:
space:
mode:
authorAlbert Cervin <albert@acervin.com>2024-01-24 13:00:09 +0100
committerAlbert Cervin <albert@acervin.com>2024-01-24 13:00:09 +0100
commitc27f5c5ed4bce91eaa50d7d1daa5335f186dcc36 (patch)
tree93f7ecb1e7d1ebb792d767255b27c1742745204a /src/main/bindings.c
parent64d6816a36567274551dd4f067fe4d05b1445cc0 (diff)
downloaddged-c27f5c5ed4bce91eaa50d7d1daa5335f186dcc36.tar.gz
dged-c27f5c5ed4bce91eaa50d7d1daa5335f186dcc36.tar.xz
dged-c27f5c5ed4bce91eaa50d7d1daa5335f186dcc36.zip
Relative find file and small fixes
- Save text was not always displaying - Files were sometimes not reloaded properly
Diffstat (limited to 'src/main/bindings.c')
-rw-r--r--src/main/bindings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/bindings.c b/src/main/bindings.c
index 32dcbdb..ad63974 100644
--- a/src/main/bindings.c
+++ b/src/main/bindings.c
@@ -98,6 +98,7 @@ void init_bindings() {
BINDING(Ctrl, 'C', "exit"),
BINDING(Ctrl, 'S', "buffer-write-to-file"),
BINDING(Ctrl, 'F', "find-file"),
+ BINDING(Ctrl, 'G', "find-file-relative"),
BINDING(Ctrl, 'W', "write-file"),
BINDING(None, 'b', "switch-buffer"),
BINDING(Ctrl, 'B', "buffer-list"),