From f16cf8cbb099896820f0bc19ba13e613847246c9 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 5 Aug 2023 00:09:34 -0400 Subject: change :save-all shortcut to ctrl+alt+s --- ted.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ted.cfg b/ted.cfg index dd49f5d..fc71207 100644 --- a/ted.cfg +++ b/ted.cfg @@ -282,7 +282,7 @@ Shift+PageDown = :select-page-down Ctrl+o = :open Ctrl+n = :new Ctrl+s = :save -Ctrl+Alt+Shift+s = :save-all +Ctrl+Alt+s = :save-all Ctrl+Shift+s = :save-as Ctrl+q = :quit # reload all buffers from their files. -- cgit v1.2.3