72a89ab312
Background: `C-i` and `TAB` are the same keycode for historic reasons. With the current settings, evil [1] and evil-jumper [2] associate `jump-forward` to `C-i` (==`TAB`), what overrides bindings set to `TAB` (==`C-i`) in terminal mode, like `orc-cycle`. To fix this, this commit: - Set `evil-want-C-i-jump` to `nil`, to prevent `evil` and `evil-jumper` to use the `C-i` (==`TAB`) keycode. - Remove the spacemacs' code that bind `jump-forward` to `TAB`(==`C-i`) The current spacemacs code already rebind `jump-forward` to the GUI-only `<C-i>` keycode. [1] |
||
---|---|---|
.. | ||
banners | ||
info | ||
libs | ||
templates | ||
core-auto-completion.el | ||
core-command-line.el | ||
core-configuration-layer.el | ||
core-debug.el | ||
core-display-init.el | ||
core-documentation.el | ||
core-dotspacemacs.el | ||
core-emacs-backports.el | ||
core-fonts-support.el | ||
core-funcs.el | ||
core-keybindings.el | ||
core-load-paths.el | ||
core-micro-state.el | ||
core-release-management.el | ||
core-spacemacs-buffer.el | ||
core-spacemacs.el | ||
core-themes-support.el | ||
core-toggle.el | ||
core-use-package-ext.el |