diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-05 16:11:01 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-05 16:11:01 -0500 |
commit | 8944eb64682f626f76b9b204a58afc8fa5d0a522 (patch) | |
tree | a82fabd9a7c0e90d72a1d3368935ecc54cafa575 /ted.cfg | |
parent | f80661e0958c1fa70b2eea9dc2a9b89e86c802d3 (diff) |
fix some little problems with the file selector
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 |