Skip to content

Commit 092da06

Browse files
committed
if ctrl+s saves, super+s should do it too
1 parent de0cc3c commit 092da06

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Default.sublime-keymap

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
]
1717
},
1818
{
19-
"keys": ["super+s"], "command": "inb_none",
19+
"keys": ["super+s"], "command": "inb_save_notebook",
2020
"context" : [ { "key": "setting.ipython_notebook", "operator": "equal", "operand": true }]
2121
},
2222
{
2323
"keys": ["ctrl+s"], "command": "inb_save_notebook",
2424
"context" : [ { "key": "setting.ipython_notebook", "operator": "equal", "operand": true }]
2525
},
26-
2726
{
2827
"keys": ["ctrl+m", "d"], "command": "inb_delete_current_cell",
2928
"context" : [ { "key": "setting.ipython_notebook", "operator": "equal", "operand": true }]
@@ -109,8 +108,5 @@
109108
]
110109
}
111110

112-
113-
114-
115111
]
116112

0 commit comments

Comments
 (0)