aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/evil-collection/modes/python/README.org
blob: 1daae7e5cc98ea8ddc977d2e4f78a6f0639a740a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
* python

  Evil bindings for [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Python.html][python-mode]].

** Key bindings

   Applied to =python-mode-map=, =python-ts-mode-map=, and
   =python-base-mode-map= in normal state.

   | Command                        | Original  | Evil |
   |--------------------------------+-----------+------|
   | =python-shell-switch-to-shell= | =C-c C-z= | =gz= |

** Notes

   - =evil-shift-width= is set to =python-indent-offset= on
     =python-mode-hook= and =python-ts-mode-hook=.