diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-04-16 15:54:35 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-04-16 15:54:35 -0400 |
commit | 51ac447d409bb565178ab9d78d4b5200e89f2cf4 (patch) | |
tree | 0a45c9ba2215d00dd04afe75803ad103bc4236fb /ted.cfg | |
parent | 2a3bbb6674fe3b0e4ff996cae750a6e2880315ef (diff) |
comment/uncomment selection
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -69,6 +69,8 @@ Enter = :newline Shift+Enter = :newline-back Keypad Enter = :newline Shift+Keypad Enter = :newline-back +# toggle selection between commented/uncommented +Ctrl+/ = :comment-selection # deletion Delete = :delete @@ -137,8 +139,8 @@ Ctrl+t = :generate-tags Ctrl+d = :goto-definition Ctrl+g = :goto-line -Ctrl+/ = :split-horizontal -Ctrl+Shift+/ = :split-vertical +Ctrl+\ = :split-horizontal +Ctrl+Shift+\ = :split-vertical # unsplit Ctrl+j = :split-join # switch to the other side of a split |