Tagged Questions
The vimpulse tag has no wiki summary.
16
votes
8answers
5k views
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 ...
6
votes
3answers
1k views
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, ...
5
votes
3answers
317 views
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 ...
5
votes
1answer
97 views
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!
4
votes
2answers
490 views
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 ...
4
votes
9answers
2k views
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 ...
2
votes
1answer
61 views
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.
2
votes
2answers
77 views
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 ...
2
votes
1answer
630 views
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 ...
1
vote
2answers
150 views
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?
...
1
vote
1answer
124 views
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 ...
1
vote
1answer
396 views
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 ...
0
votes
1answer
44 views
org-read-date fails when running vimpulse
I get an error about rebinding a key sequence (see below). So I'm guessing this is because vimpulse uses the ESC key on it's own, not as a replacement for META. I've got Vimpulse disabled in the ...
0
votes
3answers
84 views
How many pixels is an impulse in box2d
I have a ball that you blow on with air. I want the ball to be blown more if it is close to the blower and blown less if it is farther away from the blower. I am using box2d and I am using the impulse ...
0
votes
1answer
41 views
Enabling viper-mode and vimpulse in compilation-mode
viper.el is hardcoded to disable viper in compilation-mode. How can I fix this without modifying the original file?
0
votes
1answer
93 views
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.
0
votes
1answer
65 views
Invoke single normal-mode command with Ctrl-o in Vimpulse?
The usual behavior in vim is for C-o in insert-mode to allow the user to use one normal-mode command and then return to insert-mode.
Following the suggestions in this comment, I've set
...
0
votes
1answer
81 views
remapping <space> and <backspace> in Vimpulse to scroll more
In Some Thoughts on Emacs and Vim, Shinobu recommendation to remap <space> and <backspace> doesn't work on Emacs 2.3.1 with Vimpulse 0.5.
What am I doing wrong?
;; from .emacs
; ...