diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-03 14:30:48 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-03 14:30:48 -0500 |
commit | d5488ef5c47878e04045a91d204cf1ccbdd9cd05 (patch) | |
tree | 23d11ed78e0cf33776f810e285aada539c4f1f28 /ted.cfg | |
parent | c59429d28718c1aae581f023d33466580118b0fc (diff) |
:tab-move-left/right
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -79,8 +79,6 @@ Ctrl+Shift+Backspace = :backspace-word # scrolling PageUp = :page-up PageDown = :page-down -Ctrl+PageUp = 10 :page-up -Ctrl+PageDown = 10 :page-down Ctrl+o = :open Ctrl+n = :new @@ -101,6 +99,8 @@ Ctrl+Shift+p = :command-selector Ctrl+w = :tab-close Ctrl+PageUp = :tab-prev Ctrl+PageDown = :tab-next +Ctrl+Shift+PageUp = :tab-move-left +Ctrl+Shift+PageDown = :tab-move-right Alt+1 = 0 :tab-switch Alt+2 = 1 :tab-switch Alt+3 = 2 :tab-switch |