mirror of
https://codeberg.org/JasterV/dotfiles.git
synced 2026-04-26 18:40:04 +00:00
Update helix config
This commit is contained in:
parent
7c746f757d
commit
c966213070
1 changed files with 3 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ Y = ":yank-diagnostic"
|
|||
[keys.normal.";"]
|
||||
f = "file_picker_in_current_buffer_directory"
|
||||
F = "file_picker_in_current_directory"
|
||||
e = "file_explorer_in_current_buffer_directory"
|
||||
E = "file_explorer_in_current_working_directory"
|
||||
s = "symbol_picker"
|
||||
S = "workspace_symbol_picker"
|
||||
g = "changed_file_picker"
|
||||
|
|
@ -103,6 +105,7 @@ D = "workspace_diagnostics_picker"
|
|||
j = "jumplist_picker"
|
||||
";" = "last_picker"
|
||||
|
||||
|
||||
[keys.normal.z]
|
||||
h = "goto_line_start"
|
||||
l = "goto_line_end"
|
||||
|
|
|
|||
Loading…
Reference in a new issue