mirror of https://github.com/helix-editor/helix
Re-add backticks around command names
parent
3dd9e29133
commit
897fca7713
@ -1,3 +1,3 @@
|
||||
extend_char_left
|
||||
`extend_char_left`
|
||||
|
||||
Extending version of `move_char_left`.
|
||||
|
@ -1,3 +1,3 @@
|
||||
extend_char_right
|
||||
`extend_char_right`
|
||||
|
||||
Extending version of `move_char_right`.
|
||||
|
@ -1,3 +1,3 @@
|
||||
extend_line_down
|
||||
`extend_line_down`
|
||||
|
||||
Extending version of `move_line_down`.
|
||||
|
@ -1,3 +1,3 @@
|
||||
extend_line_up
|
||||
`extend_line_up`
|
||||
|
||||
Extending version of `move_line_up`.
|
||||
|
@ -1,3 +1,3 @@
|
||||
extend_next_word_end
|
||||
`extend_next_word_end`
|
||||
|
||||
Extending version of `move_next_word_end`.
|
||||
|
@ -1,3 +1,3 @@
|
||||
extend_next_word_start
|
||||
`extend_next_word_start`
|
||||
|
||||
Extending version of `move_next_word_start`.
|
||||
|
@ -1,3 +1,3 @@
|
||||
extend_prev_word_start
|
||||
`extend_prev_word_start`
|
||||
|
||||
Extending version of `move_prev_word_start`.
|
||||
|
@ -1,3 +1,3 @@
|
||||
move_char_left
|
||||
`move_char_left`
|
||||
|
||||
Moves all cursors 1 character left, removing any selections.
|
||||
|
@ -1,3 +1,3 @@
|
||||
move_char_right
|
||||
`move_char_right`
|
||||
|
||||
Moves all cursors 1 character right, removing any selections.
|
||||
|
@ -1,3 +1,3 @@
|
||||
no_op
|
||||
`no_op`
|
||||
|
||||
Does nothing. Use this to disable default keybinds.
|
||||
|
Loading…
Reference in New Issue