Questions tagged [evil-mode]

Evil (Extensible Vi Layer for Emacs) is a vim emulator for emacs

Evil is a reasonably full-featured and extensible vim emulator for emacs. It may be considered the successor to both Vim Mode and Viper/Vimpulse

Evil home page

183 questions
0
votes
1 answer

How can I enable shift-select-mode in Emacs evil-mode non insert state

How can I configure Emacs so that the selection of text using shift and arrow keys in the non insert state of evil-mode becomes possible?
jmn
  • 889
  • 1
  • 8
  • 25
0
votes
1 answer

Binding similar commands from different modes to the same key

I use emacs in multiple modes (ESS, Auctex, Slime, elisp, etc...) all using evil-mode key-bindings. Each of the interaction modes have similar functions for evaluating regions, lines or buffers that I have bound to shortcuts using spacebar as a…
laffoyb
  • 1,540
  • 3
  • 22
  • 35
-1
votes
2 answers

Remap evil mode write

I have format-all-buffer, and currently I'm calling it in normal mode with the ~ key... But I figured I would love to call it always when doing :w to write the file as well... is there a way to do both things?
1 2 3
12
13