feat: add keybindings for next/previous file in filelist_view (A-n/p)
This commit is contained in:
parent
99b50dd3f5
commit
9a6c5baf8b
6 changed files with 52 additions and 21 deletions
|
@ -483,9 +483,9 @@ const hints = tui.KeybindHints.initComptime(.{
|
|||
// .{ "filter", "S-A-s" }, // self.cmd("filter", command.fmt(.{ "sort", "-u" })),
|
||||
.{ "format", "S-A-f" },
|
||||
.{ "goto_definition", "F12" },
|
||||
.{ "goto_next_diagnostic", "A-n" },
|
||||
.{ "goto_next_file_or_diagnostic", "A-n" },
|
||||
.{ "goto_next_match", "C-n, F3, n" },
|
||||
.{ "goto_prev_diagnostic", "A-p" },
|
||||
.{ "goto_prev_file_or_diagnostic", "A-p" },
|
||||
.{ "goto_prev_match", "C-p, S-F3, N" },
|
||||
.{ "gutter_mode_next", "A-F10" },
|
||||
.{ "indent", "tab" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue