Questions tagged [vimpulse]
24 questions
51
votes
1 answer
Difference between Viper, Vimpulse and Evil for Emacs?
I have recently started using Emacs after using Vim for a long time now (like many others out there), and I personally feel that Vim movement keys and text objects are one of the best things an editor can have. I heard about emulating these features…

sasuke
- 6,589
- 5
- 36
- 35
28
votes
6 answers
Relative Line Numbers In Emacs
Does anyone know how if something like this Vim Relative Line Numbers exists for emacs? I use vimpulse, and man, that would be super handy to have! I know some lisp, so if it doesn't, I could try to make my own, if I got a point in the right…

Steve
- 1,596
- 1
- 10
- 21
21
votes
8 answers
What Vim features are missing in Emacs with Viper and Vimpulse?
There are important features of Emacs which are missing in Vim, such as the comint mode, and there are no scripts/plugins which can replace them.
There are also benefits of Vim over Emacs, such as modal editing and generally better default…

Alexey Romanov
- 167,066
- 35
- 309
- 487
9
votes
2 answers
Viper mode in all modes
I'm moving from vi to emacs and, using viper and vimpulse, it gets pretty annoying when I C-w C-w to a window and cannot get back to the original one with the same command because the other buffer, which could be a help buffer, is not in the Viper…

konr
- 1,173
- 12
- 26
8
votes
2 answers
Turn off viper-mode in Emacs?
This seems very simple, but I wonder how to turn off viper-mode once I turn it on with M-x viper-mode. I tried (setq viper-mode nil) but this did not do it.

hatmatrix
- 42,883
- 45
- 137
- 231
5
votes
1 answer
How do I make ; work like : in vimpulse?
I'd like to press ; to drop into ex mode, instead of : Does anyone know how I can configure vimpulse to make this happen? Thanks!

Frew Schmidt
- 9,364
- 16
- 64
- 86
5
votes
2 answers
How can I remap the prefix keys 'c', 'd' etc. in Emacs viper-mode
I'm using the Colemak keyboard layout, and want to try the Vim layout from here with Vimpulse. However, the layout remaps the command prefix Vim keys 'c' and 'd' among others, and these keys don't seem to be easily remappable with the standard Viper…

rsaarelm
- 91
- 6
4
votes
9 answers
Vim macros don't work when using viper + vimpulse in Emacs
Any other tweaks for making emacs as vim-like as possible would be appreciated as well.
Addendum: The main reason I don't just use vim is that I love how emacs lets you open a file in two different frames [ADDED: sorry, this was confusing: I mean…

dreeves
- 26,430
- 45
- 154
- 229
3
votes
2 answers
In Emacs, how to set Ctrl-Key as LowerCaseKey does for Vim and Alt-Key as HigherCaseKey for Vim?
I use Emacs with Vimpulse installed. When writing a lot by myself, I want to do it in Ctrl/Alt - Key. But when organizing text structure or work with other applications, I prefer Vim in Emacs.
The problem is that keys for same action in each are…

Olly
- 31
- 2
2
votes
1 answer
How to add/change ex-mode mapping in viper/vimpulse?
really not a fan of :e and :b opening in another window, and would like to remap the functions they are calling.

Matt Briggs
- 41,224
- 16
- 95
- 126
2
votes
2 answers
emacs + vimpulse-visual-mode + "linewise" text selection
Is it possible to make visual-line-mode (one after pressing V from normal mode) conduct as if first mark was in the beginning of the first line of selection and second mark - end of the last line?
For an example, currently after V, j and M-x…

arst
- 21
- 1
2
votes
2 answers
viper-next-line, viper-previous-line has trouble with visual-line-mode?
Anyone else have any trouble with j and k in viper-mode when visual-line-mode is enabled? It skips many lines... is there any harm in re-binding them to next-line and previous-line, which recognizes visual "line breaks" in Emacs > version 23?

hatmatrix
- 42,883
- 45
- 137
- 231
2
votes
1 answer
how to get started with viper/vimpulse?
I obtained a git clone of vimpulse and followed the instructions for installation. It basically says to put (require 'vimpulse) in my .emacs file - but this will start viper/vimpulse upon startup, so I tried to have vimpulse load only if I invoke…

hatmatrix
- 42,883
- 45
- 137
- 231
1
vote
1 answer
Ctrl-o in vimpulse?
does anyone know how to enable Ctrl-o to switch to normal-mode for one command in viper-mode or vimpulse? In viper-mode it's bound to open-line (which is what it does for vanilla Emacs and in vimpulse it is bound to (vimpulse-jump-backward ARG). I'm…

hatmatrix
- 42,883
- 45
- 137
- 231
1
vote
1 answer
emacs vimpulse errors
I've just recently started to use emacs a bit, solely for org-mode. I'm a heavy vim user, so I installed vimpulse to attempt to keep my org-mode usage as close to vim as possible.
However, I've been hitting some errors when I try to use some…

Chad Birch
- 73,098
- 23
- 151
- 149