We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4dca3c commit f8eecdaCopy full SHA for f8eecda
modules/editors/helix.nix
@@ -72,20 +72,8 @@
72
73
[keys.normal.space]
74
f = "file_picker"
75
- # F = "file_picker_in_current_directory"
76
F = "file_picker_in_current_buffer_directory"
77
78
- # New file browser
79
- e = "file_browser"
80
- # E = "file_browser_in_current_directory"
81
- E = "file_browser_in_current_buffer_directory"
82
-
83
- # F = "file_picker"
84
- # f = "file_picker_in_current_directory"
85
- # E = "reveal_current_file"
86
- # e = "open_or_focus_explorer"
87
- # u = "open_or_focus_explorer"
88
- # n = "open_or_focus_explorer"
89
g = ":pipe-to wezterm cli split-pane -- helix-live-grep"
90
B = ":pipe-to wezterm cli split-pane -- helix-git-blame"
91
0 commit comments