Readme: Add unimpaired setting

This commit is contained in:
James Nguyen 2021-02-03 11:44:17 -08:00
parent a615e4a7f6
commit 1b86bac736
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ more.
| evil-collection-term-sync-state-and-mode-p | t | Synchronize insert/normal state with char/line-mode in term-mode. |
| evil-collection-setup-minibuffer | nil | Set up Vim style bindings in the minibuffer. |
| evil-collection-setup-debugger-keys | t | Set up debugger keys for certain modes. |
| evil-collection-want-unimpaired-p | t | Set up unimpaired bindings globally. |
For example, if you want to enable Evil in the minibuffer, you'll have to turn it on
explicitly by customizing ~evil-collection-setup-minibuffer~ to ~t~.