File: evil-states.el.html

Defined variables (84)

evil-emacs-state-cursorCursor for Emacs state.
evil-emacs-state-entry-hookHooks to run when entering Emacs state.
evil-emacs-state-exit-hookHooks to run when exiting Emacs state.
evil-emacs-state-local-mapBuffer-local keymap for Emacs state.
evil-emacs-state-local-minor-modeNon-nil if Emacs state is enabled.
evil-emacs-state-mapKeymap for Emacs state.
evil-emacs-state-messageEcho area message for Emacs state.
evil-emacs-state-minor-modeNon-nil if Emacs state is enabled.
evil-emacs-state-modesModes that should come up in Emacs state.
evil-emacs-state-tagMode line tag for Emacs state.
evil-insert-state-cursorCursor for Insert state.
evil-insert-state-entry-hookHooks to run when entering Insert state.
evil-insert-state-exit-hookHooks to run when exiting Insert state.
evil-insert-state-local-mapBuffer-local keymap for Insert state.
evil-insert-state-local-minor-modeNon-nil if Insert state is enabled.
evil-insert-state-mapKeymap for Insert state.
evil-insert-state-messageEcho area message for Insert state.
evil-insert-state-minor-modeNon-nil if Insert state is enabled.
evil-insert-state-modesModes that should come up in Insert state.
evil-insert-state-tagMode line tag for Insert state.
evil-motion-state-cursorCursor for Motion state.
evil-motion-state-entry-hookHooks to run when entering Motion state.
evil-motion-state-exit-hookHooks to run when exiting Motion state.
evil-motion-state-local-mapBuffer-local keymap for Motion state.
evil-motion-state-local-minor-modeNon-nil if Motion state is enabled.
evil-motion-state-mapKeymap for Motion state.
evil-motion-state-messageEcho area message for Motion state.
evil-motion-state-minor-modeNon-nil if Motion state is enabled.
evil-motion-state-modesModes that should come up in Motion state.
evil-motion-state-tagMode line tag for Motion state.
evil-normal-state-cursorCursor for Normal state.
evil-normal-state-entry-hookHooks to run when entering Normal state.
evil-normal-state-exit-hookHooks to run when exiting Normal state.
evil-normal-state-local-mapBuffer-local keymap for Normal state.
evil-normal-state-local-minor-modeNon-nil if Normal state is enabled.
evil-normal-state-mapKeymap for Normal state.
evil-normal-state-messageEcho area message for Normal state.
evil-normal-state-minor-modeNon-nil if Normal state is enabled.
evil-normal-state-modesModes that should come up in Normal state.
evil-normal-state-tagMode line tag for Normal state.
evil-operator-shortcut-mapKeymap for Operator-Pending shortcuts like "dd" and "gqq".
evil-operator-shortcut-modeKeymap for Operator-Pending shortcuts like "dd" and "gqq".
evil-operator-state-cursorCursor for Operator-Pending state.
evil-operator-state-entry-hookHooks to run when entering Operator-Pending state.
evil-operator-state-exit-hookHooks to run when exiting Operator-Pending state.
evil-operator-state-local-mapBuffer-local keymap for Operator-Pending state.
evil-operator-state-local-minor-modeNon-nil if Operator-Pending state is enabled.
evil-operator-state-mapKeymap for Operator-Pending state.
evil-operator-state-messageEcho area message for Operator-Pending state.
evil-operator-state-minor-modeNon-nil if Operator-Pending state is enabled.
evil-operator-state-modesModes that should come up in Operator-Pending state.
evil-operator-state-tagMode line tag for Operator-Pending state.
evil-replace-state-cursorCursor for Replace state.
evil-replace-state-entry-hookHooks to run when entering Replace state.
evil-replace-state-exit-hookHooks to run when exiting Replace state.
evil-replace-state-local-mapBuffer-local keymap for Replace state.
evil-replace-state-local-minor-modeNon-nil if Replace state is enabled.
evil-replace-state-mapKeymap for Replace state.
evil-replace-state-messageEcho area message for Replace state.
evil-replace-state-minor-modeNon-nil if Replace state is enabled.
evil-replace-state-modesModes that should come up in Replace state.
evil-replace-state-tagMode line tag for Replace state.
evil-visual-blockBlockwise selection.
evil-visual-block-messageBlockwise selection.
evil-visual-block-tagBlockwise selection.
evil-visual-charCharacterwise selection.
evil-visual-char-messageCharacterwise selection.
evil-visual-char-tagCharacterwise selection.
evil-visual-lineLinewise selection.
evil-visual-line-messageLinewise selection.
evil-visual-line-tagLinewise selection.
evil-visual-screen-lineLinewise selection in ‘visual-line-mode’.
evil-visual-screen-line-messageLinewise selection in ‘visual-line-mode’.
evil-visual-screen-line-tagLinewise selection in ‘visual-line-mode’.
evil-visual-state-cursorCursor for Visual state.
evil-visual-state-entry-hookHooks to run when entering Visual state.
evil-visual-state-exit-hookHooks to run when exiting Visual state.
evil-visual-state-local-mapBuffer-local keymap for Visual state.
evil-visual-state-local-minor-modeNon-nil if Visual state is enabled.
evil-visual-state-mapKeymap for Visual state.
evil-visual-state-messageEcho area message for Visual state.
evil-visual-state-minor-modeNon-nil if Visual state is enabled.
evil-visual-state-modesModes that should come up in Visual state.
evil-visual-state-tagMode line tag for Visual state.

Defined functions (45)

evil-cleanup-insert-state()
evil-define-visual-selection(SELECTION DOC [[KEY VAL]...] BODY...)
evil-emacs-state-p(&optional STATE)
evil-exit-visual-state(&optional LATER BUFFER)
evil-half-cursor()
evil-insert-repeat-hook()
evil-insert-state(&optional ARG)
evil-insert-state-p(&optional STATE)
evil-maybe-remove-spaces(&optional DO-REMOVE)
evil-motion-state(&optional ARG)
evil-normal-post-command(&optional COMMAND)
evil-normal-state(&optional ARG)
evil-normal-state-p(&optional STATE)
evil-operator-shortcut-mode(&optional ARG)
evil-operator-state(&optional ARG)
evil-operator-state-p(&optional STATE)
evil-replace-backspace()
evil-replace-pre-command()
evil-replace-state(&optional ARG)
evil-update-replace-alist(OPOINT COUNT CHARS-TO-DELETE &optional OFFSET)
evil-visual-activate-hook(&optional COMMAND)
evil-visual-alist()
evil-visual-block(&optional MARK POINT TYPE MESSAGE)
evil-visual-block-corner(&optional CORNER POINT MARK)
evil-visual-char(&optional MARK POINT TYPE MESSAGE)
evil-visual-contract-region()
evil-visual-deactivate-hook(&optional COMMAND)
evil-visual-direction()
evil-visual-goto-end()
evil-visual-highlight(&optional ARG)
evil-visual-highlight-block(BEG END &optional OVERLAYS)
evil-visual-line(&optional MARK POINT TYPE MESSAGE)
evil-visual-make-region(MARK POINT &optional TYPE MESSAGE)
evil-visual-make-selection(MARK POINT &optional TYPE MESSAGE)
evil-visual-message(&optional SELECTION)
evil-visual-range()
evil-visual-screen-line(&optional MARK POINT TYPE MESSAGE)
evil-visual-select(BEG END &optional TYPE DIR MESSAGE)
evil-visual-selection-for-type(TYPE)
evil-visual-selection-function(SELECTION)
evil-visual-state(&optional ARG)
evil-visual-state-p(&optional STATE)
evil-visual-tag(&optional SELECTION)
evil-visual-type(&optional SELECTION)
evil-visual-update-x-selection(&optional BUFFER)

Defined faces (0)