summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-24 11:32:20 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-24 11:32:20 -0500
commit4aa02183b7f317ca1183b4d3e58ec9da166479d6 (patch)
tree6c03bb12002a4ca9c2f48620fa2a704c41e756de /ted.cfg
parentc101b231458da51767a79fb4b92304b1c76ef5e9 (diff)
big bugfixes
update active_tab properly when a tab is closed, fix Ctrl+O with no buffers open
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index 043f55c..dd3c365 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -121,6 +121,9 @@ Ctrl+] = :build-next-error
Ctrl+d = :goto-definition
Ctrl+g = :goto-line
+Ctrl+/ = :split-horizontal
+Ctrl+Shift+/ = :split-vertical
+
Escape = :escape
[colors]