aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/keys.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-10-18 12:40:44 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-10-18 12:40:44 -0400
commit84c489b43c0d9796049f77cfd89109196f6d0b3a (patch)
tree3d9093d9e0e2acb69e5c1bb4835c44fda63f0211 /modules/textadept/keys.lua
parent20c4fb3baaac9d176e029e3680cc0c8e8101e44c (diff)
downloadtextadept-84c489b43c0d9796049f77cfd89109196f6d0b3a.tar.gz
textadept-84c489b43c0d9796049f77cfd89109196f6d0b3a.zip
Added "Save All" to the menu.
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r--modules/textadept/keys.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua
index 6206d456..9a94ab53 100644
--- a/modules/textadept/keys.lua
+++ b/modules/textadept/keys.lua
@@ -366,6 +366,7 @@ keys[not OSX and not CURSES and 'cao' or 'cmo'] = io.open_recent_file
keys[not OSX and (not CURSES and 'cO' or 'mo') or 'mO'] = io.reload_file
keys[not OSX and 'cs' or 'ms'] = io.save_file
keys[not OSX and (not CURSES and 'cS' or 'cms') or 'mS'] = io.save_file_as
+-- TODO: io.save_all_files
keys[not OSX and 'cw' or 'mw'] = io.close_buffer
keys[not OSX and (not CURSES and 'cW' or 'cmw') or 'mW'] = io.close_all_buffers
-- TODO: textadept.sessions.load