summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/ted.cfg b/ted.cfg
index a76c899..b38307e 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -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