u
This commit is contained in:
@@ -33,10 +33,10 @@ display-messages = true
|
||||
#left = ["mode", "spinner", "version-control", "file-name"]
|
||||
|
||||
[keys.normal]
|
||||
"A-," = "goto_previous_buffer"
|
||||
"A-." = "goto_next_buffer"
|
||||
"A-w" = ":buffer-close"
|
||||
"A-/" = "repeat_last_motion"
|
||||
#"A-," = "goto_previous_buffer"
|
||||
#"A-." = "goto_next_buffer"
|
||||
#"A-w" = ":buffer-close"
|
||||
#"A-/" = "repeat_last_motion"
|
||||
"A-w" = [":toggle soft-wrap.enable", ":redraw"]
|
||||
|
||||
[keys.insert]
|
||||
@@ -57,4 +57,4 @@ A-right = [ "move_next_word_end" ]
|
||||
A-left = [ "move_prev_word_start" ]
|
||||
|
||||
# https://github.com/helix-editor/helix/issues/136
|
||||
A-w = [":toggle soft-wrap.enable", ":redraw"]
|
||||
#A-w = [":toggle soft-wrap.enable", ":redraw"]
|
||||
|
||||
Reference in New Issue
Block a user