diff options
author | pommicket <pommicket@gmail.com> | 2023-08-05 00:09:34 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-05 00:09:34 -0400 |
commit | f16cf8cbb099896820f0bc19ba13e613847246c9 (patch) | |
tree | 1c8c5e872e552079ff651c99c384b50155ca3254 | |
parent | 692b91c5314bc6095428c7260257e8881ff8dbd5 (diff) |
change :save-all shortcut to ctrl+alt+s
-rw-r--r-- | ted.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |