diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -334,6 +334,13 @@ Ctrl+x = :cut Ctrl+v = :paste Ctrl+Shift+p = :command-selector +# use cargo fmt or clang-tidy or whatever the LSP server +# decides to use to format the current selection/file. +# by default no keybinding is set so you don't accidentally +# format a whole file. +# Ctrl+Alt+f = :format-selection +# Ctrl+Alt+Shift+f = :format-file + Ctrl+9 = :decrement-number Ctrl+0 = :increment-number |