Fix binding conflict with shell and evil-nerd-commenter

Move `SPC ;` to `SPC '` for spawning the shell
This commit is contained in:
syl20bnr 2015-05-22 21:23:53 -04:00
parent 5308baf764
commit efb0f812c4
2 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,7 @@ to the following variables:
``` ```
The default shell is quickly accessible via a the default shortcut key The default shell is quickly accessible via a the default shortcut key
<kbd>SPC ;</kbd>. <kbd>SPC '</kbd>.
### Default shell position and height ### Default shell position and height
@ -85,7 +85,7 @@ Default value is `/bin/bash`.
Key Binding | Description Key Binding | Description
---------------------|------------------------------------------------------------ ---------------------|------------------------------------------------------------
<kbd>SPC ;</kbd> | Open, close or go to the default shell <kbd>SPC '</kbd> | Open, close or go to the default shell
<kbd>SPC a s e</kbd> | Open, close or go to an `eshell` <kbd>SPC a s e</kbd> | Open, close or go to an `eshell`
<kbd>SPC a s i</kbd> | Open, close or go to a `shell` <kbd>SPC a s i</kbd> | Open, close or go to a `shell`
<kbd>SPC a s t</kbd> | Open, close or go to a `term` <kbd>SPC a s t</kbd> | Open, close or go to a `term`

View file

@ -118,7 +118,7 @@
(interactive) (interactive)
(call-interactively (intern (format "shell-pop-%S" shell-default-shell)))) (call-interactively (intern (format "shell-pop-%S" shell-default-shell))))
(evil-leader/set-key (evil-leader/set-key
";" 'spacemacs/default-pop-shell "'" 'spacemacs/default-pop-shell
"ase" 'shell-pop-eshell "ase" 'shell-pop-eshell
"asi" 'shell-pop-shell "asi" 'shell-pop-shell
"ast" 'shell-pop-ansi-term "ast" 'shell-pop-ansi-term