feat: add underlining keybinds ctrl+_, ctrl+= and ctrl+plus
ctrl+_ => select char to underline with ctrl+= => underline with '=' ctrl+plus => underline with '=' preserving spaces closes #350
This commit is contained in:
parent
f727c4882f
commit
223260887d
4 changed files with 79 additions and 0 deletions
|
|
@ -136,6 +136,9 @@
|
|||
["alt+u", "to_upper"],
|
||||
["alt+l", "to_lower"],
|
||||
["alt+c", "switch_case"],
|
||||
["ctrl+_", "underline"],
|
||||
["ctrl+=", "underline_with_char", "=", "solid"],
|
||||
["ctrl+plus", "underline_with_char", "="],
|
||||
["alt+b", "move_word_left"],
|
||||
["alt+f", "move_word_right"],
|
||||
["alt+s", "filter", "sort"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue