diff options
Diffstat (limited to 'src/main/bindings.c')
| -rw-r--r-- | src/main/bindings.c | 1 |
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"), |
