From c27f5c5ed4bce91eaa50d7d1daa5335f186dcc36 Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Wed, 24 Jan 2024 13:00:09 +0100 Subject: Relative find file and small fixes - Save text was not always displaying - Files were sometimes not reloaded properly --- src/main/bindings.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/bindings.c') 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"), -- cgit v1.2.3