blob: 0d63469140645616c6fd3bf9c14fdd2446ea3916 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
* sh-script
Evil bindings for [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Shell.html][sh-script]] (=sh-mode=).
** Key bindings
Added to =sh-mode-map= in normal state.
| Command | Original | Evil |
|-----------------+----------+------|
| =sh-show-shell= | n/a | =gz= |
** Notes
- =evil-shift-width= is set to =sh-basic-offset= on =sh-mode-hook=.
|