Re-add backticks around command names

pull/997/head
Omnikar 3 years ago
parent 3dd9e29133
commit 897fca7713
No known key found for this signature in database
GPG Key ID: 7DE6694CDA7885ED

@ -1,4 +1,4 @@
copy_selection_on_next_line `copy_selection_on_next_line`
Copies the current primary selection to the next line long enough to accomodate it. Copies the current primary selection to the next line long enough to accomodate it.

@ -1,4 +1,4 @@
copy_selection_on_prev_line `copy_selection_on_prev_line`
Copies the current primary selection to the first previous line long enough to accomodate it. Copies the current primary selection to the first previous line long enough to accomodate it.

@ -1,3 +1,3 @@
extend_char_left `extend_char_left`
Extending version of `move_char_left`. Extending version of `move_char_left`.

@ -1,3 +1,3 @@
extend_char_right `extend_char_right`
Extending version of `move_char_right`. Extending version of `move_char_right`.

@ -1,3 +1,3 @@
extend_line_down `extend_line_down`
Extending version of `move_line_down`. Extending version of `move_line_down`.

@ -1,3 +1,3 @@
extend_line_up `extend_line_up`
Extending version of `move_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`. 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`. 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`. 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. 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. Moves all cursors 1 character right, removing any selections.

@ -1,4 +1,4 @@
move_line_down `move_line_down`
Moves all cursors 1 line down, removing any selections. Moves all cursors 1 line down, removing any selections.
Repeating this will remember the vertical position of the cursors, Repeating this will remember the vertical position of the cursors,

@ -1,4 +1,4 @@
move_line_up `move_line_up`
Moves all cursors 1 line up, removing any selections. Moves all cursors 1 line up, removing any selections.
Repeating this will remember the vertical position of the cursors, Repeating this will remember the vertical position of the cursors,

@ -1,4 +1,4 @@
move_next_word_end `move_next_word_end`
Moves and selects forward, stopping at Moves and selects forward, stopping at
the last character of the current word. the last character of the current word.

@ -1,4 +1,4 @@
move_next_word_start `move_next_word_start`
Moves and selects forward, stopping before Moves and selects forward, stopping before
the first character of the next word. the first character of the next word.

@ -1,4 +1,4 @@
move_prev_word_start `move_prev_word_start`
Moves and selects backward, stopping at Moves and selects backward, stopping at
the first character of the previous word. the first character of the previous word.

@ -1,3 +1,3 @@
no_op `no_op`
Does nothing. Use this to disable default keybinds. Does nothing. Use this to disable default keybinds.

Loading…
Cancel
Save