Revert back file save on `SPC f s`

This commit is contained in:
syl20bnr 2015-06-15 22:56:55 -04:00
parent 90008bb900
commit 7eeccc222d
4 changed files with 5 additions and 5 deletions

View File

@ -117,7 +117,7 @@ In normal mode the following key bindings are defined:
| ~C-RET~ | ein:worksheet-execute-cell |
| ~S-RET~ | ein:worksheet-execute-cell-and-goto-next |
Also ~SPC f w~ saves the notebook like you would a regular buffer.
Also ~SPC f s~ saves the notebook like you would a regular buffer.
*** Insert mode
In normal mode the following key bindings are defined:

View File

@ -100,7 +100,7 @@
"m-" 'ein:notebook-worksheet-delete
"mx" 'ein:notebook-close
"mu" 'ein:worksheet-change-cell-type
"fw" 'ein:notebook-save-notebook-command)
"fs" 'ein:notebook-save-notebook-command)
;; keybindings mirror ipython web interface behavior
(evil-define-key 'insert ein:notebook-multilang-mode-map

View File

@ -556,7 +556,7 @@ So with =Spacemacs= there is no need to remap your keyboard modifiers to attempt
to reduce the risk of RSI, every command can be executed very easily while you
are in =normal= mode by pressing the ~SPC~ leader key, here are a few examples:
- Save a buffer: ~SPC f w~
- Save a buffer: ~SPC f s~
- Save all opened buffers: ~SPC f S~
- Open (switch) to a buffer with =helm=: ~SPC b b~

View File

@ -121,8 +121,8 @@ Ensure that helm is required before calling FUNC."
"fj" 'dired-jump
"fo" 'spacemacs/open-in-external-app
"fR" 'rename-current-buffer-file
"fW" 'evil-write-all
"fw" 'evil-write
"fS" 'evil-write-all
"fs" 'evil-write
"fy" 'show-and-copy-buffer-filename)
;; insert stuff ---------------------------------------------------------------
(evil-leader/set-key