blob: 480e6d97f7b7ce03c76e985eb9708a20d075872a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
* indent
Evil bindings for the transient =indent-rigidly-map= used after
=indent-rigidly= (=C-x TAB=).
** Key bindings
| Command | Original | Evil |
|------------------------------------+-------------+------|
| =indent-rigidly-left= | =<left>= | =h= |
| =indent-rigidly-right= | =<right>= | =l= |
| =indent-rigidly-left-to-tab-stop= | =S-<left>= | =H= |
| =indent-rigidly-right-to-tab-stop= | =S-<right>= | =L= |
The arrow-key bindings remain available alongside the hjkl additions.
|