summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2019-10-28 15:28:16 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2019-10-29 12:19:39 +0100
commitace73501c2ebd2407f47d398f806fd65d425c755 (patch)
treeb3c52fa0a4f18b9e0a1d8ef3cd631038fd5f5bf3 /readme.org
parent61bb63e8f9849980913a0b616b1f53e535724af4 (diff)
Disable <tab>-based bindings by default
fixes #274
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.org b/readme.org
index e41d3f4..62db352 100644
--- a/readme.org
+++ b/readme.org
@@ -95,7 +95,7 @@ more.
| Variable | Default | Description |
|--------------------------------------------+---------+-------------------------------------------------------------------|
| evil-collection-company-use-tng | t | Set up autocompletion to be similar to Vim's YouCompleteMe. |
- | evil-collection-outline-bind-tab-p | t | Enable <tab>-based bindings in Outline mode. |
+ | evil-collection-outline-bind-tab-p | nil | Enable <tab>-based bindings in Outline mode. |
| 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. |