Skip to content

Commit

Permalink
Fix binding conflict with shell and evil-nerd-commenter
Browse files Browse the repository at this point in the history
Move `SPC ;` to `SPC '` for spawning the shell
  • Loading branch information
syl20bnr committed May 23, 2015
1 parent 5308baf commit efb0f81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contrib/shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ to the following variables:
```

The default shell is quickly accessible via a the default shortcut key
<kbd>SPC ;</kbd>.
<kbd>SPC '</kbd>.

### Default shell position and height

Expand Down Expand Up @@ -85,7 +85,7 @@ Default value is `/bin/bash`.

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 i</kbd> | Open, close or go to a `shell`
<kbd>SPC a s t</kbd> | Open, close or go to a `term`
Expand Down
2 changes: 1 addition & 1 deletion contrib/shell/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
(interactive)
(call-interactively (intern (format "shell-pop-%S" shell-default-shell))))
(evil-leader/set-key
";" 'spacemacs/default-pop-shell
"'" 'spacemacs/default-pop-shell
"ase" 'shell-pop-eshell
"asi" 'shell-pop-shell
"ast" 'shell-pop-ansi-term
Expand Down

0 comments on commit efb0f81

Please sign in to comment.