u
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
# https://docs.helix-editor.com/remapping.html
|
# https://docs.helix-editor.com/remapping.html
|
||||||
|
|
||||||
# https://theari.dev/blog/enhanced-helix-config/
|
# https://theari.dev/blog/enhanced-helix-config/
|
||||||
|
# https://github.com/helix-editor/helix/discussions/5764
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
# Show currently open buffers, only when more than one exists.
|
# Show currently open buffers, only when more than one exists.
|
||||||
@@ -31,7 +32,7 @@ auto-signature-help = false
|
|||||||
display-messages = true
|
display-messages = true
|
||||||
|
|
||||||
[editor.statusline]
|
[editor.statusline]
|
||||||
left = ["mode", "spinner", "version-control", "file-name"]
|
#left = ["mode", "spinner", "version-control", "file-name"]
|
||||||
|
|
||||||
[keys.normal]
|
[keys.normal]
|
||||||
"A-," = "goto_previous_buffer"
|
"A-," = "goto_previous_buffer"
|
||||||
@@ -41,3 +42,5 @@ left = ["mode", "spinner", "version-control", "file-name"]
|
|||||||
|
|
||||||
[keys.insert]
|
[keys.insert]
|
||||||
C-s = ":w" # Maps Ctrl-s to the typable command :w which is an alias for :write (save file)
|
C-s = ":w" # Maps Ctrl-s to the typable command :w which is an alias for :write (save file)
|
||||||
|
A-down = ["extend_to_line_bounds", "delete_selection", "paste_after"]
|
||||||
|
A-up = ["extend_to_line_bounds", "delete_selection", "move_line_up", "paste_before"]
|
||||||
|
|||||||
Reference in New Issue
Block a user