Add SPC o which-key prefix name: user bindings

This commit is contained in:
duianto 2019-02-11 09:42:29 +01:00 committed by duianto
parent f16a7bf8be
commit 3819cf4dbd
2 changed files with 2 additions and 0 deletions

View File

@ -735,6 +735,7 @@ Other:
- Added evil key bindings for visualizer and window mode of =undo-tree=
(thanks to Rich Alesi)
- Improved =which-key= replacement regular expressions (thanks to duianto)
- Added ~SPC o~ which-key prefix name: =user bindings= (thanks to duianto)
- Improvements:
- Rewrote window layout functions for ~SPC w 1~, ~SPC w 2~, ~SPC w 3~, and
~SPC w 4~ (thanks to Codruț Constantin Gușoi):

View File

@ -50,6 +50,7 @@
("m" "major mode commands")
("n" "narrow/numbers")
("N" "navigation")
("o" "user bindings")
("p" "projects")
("q" "quit")
("r" "registers/rings/resume")