python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Mapping 1 command to multiple key combinations in vim
Im using nerdtree plugin in vim.
With let NERDTreeMapActivateNode="<Right>" a tree node opens up bs using the right arrow key.
But I want also the left arrow key do the same. Is that e...
mankind86
Votes: 0
Answers: 2
Vim: How can I disable the mouse in Operator-Pending Mode?
I have a problem: When I initiate Operator-Pending Mode with d or c and I click on the active window, the mouse click acts as a motion. For example, I can position my cursor at the start of a paragrap...

user1609079
Votes: 0
Answers: 1
Why is Vim and vi adding leadings characters instead of a blank line?
On macOS v10.13 (High Sierra), the o command adds a new line leading with a # instead of a blank line as expected. This is off of a "#include <stdio.h>" line. Other lines do similar ...
Andrew
Votes: 0
Answers: 1