diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -137,7 +137,9 @@ Ctrl+Shift+/ = :split-vertical # unsplit Ctrl+j = :split-join # switch to the other side of a split -Ctrl+tab = :split-swap +Ctrl+tab = :split-switch +# swap sides of a split +Ctrl+Shift+tab = :split-swap Escape = :escape |