Skip to content

Commit

Permalink
Disable <tab>-based bindings by default
Browse files Browse the repository at this point in the history
fixes #274
  • Loading branch information
magnetophon authored and Ambrevar committed Oct 29, 2019
1 parent 61bb63e commit ace7350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions modes/outline/evil-collection-outline.el
Expand Up @@ -30,12 +30,12 @@
(require 'evil-collection)
(require 'outline)

(defcustom evil-collection-outline-bind-tab-p t
(defcustom evil-collection-outline-bind-tab-p nil
"Enable <tab>-based bindings in Outline mode.
Unless you have Evil bindings set up for Org mode, Org will
inherit the <tab>-based bindings from Outline. Set this option
to nil if you want to preserve the Emacs-state <tab> keys in Org
preserve the Emacs-state <tab> keys in Org mode. Set this option
to t if you want to inherit the <tab>-based bindings from Outline
mode."
:group 'evil-collection-outline
:type 'boolean)
Expand Down
2 changes: 1 addition & 1 deletion readme.org
Expand Up @@ -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. |
Expand Down

0 comments on commit ace7350

Please sign in to comment.