Tagged Questions
3
votes
2answers
98 views
How can I make my shell behave like vim?
How can I make my shell behave like vim? I've seen other developers do it but I never got it installed/set up on my machine.
Ubuntu 11.04
1
vote
0answers
44 views
Vim creates strange output when navigating up or down in Amazon EC2 Ubuntu
When navigating up or down in Vim whilst ssh-ed into an Amazon EC2 Ubuntu instance, strange output appears at the bottom of the screen.
-I think the right-most info (e.g. 2,0-) is indicating cursor ...
1
vote
1answer
142 views
GVim Specify Directory for :browse open Command
I have added the line:
:browse open
to my vimrc file, but have been unsuccessful in getting GVim to open a file browser starting in a specified directory. In particular, I would like to know if it ...
1
vote
1answer
545 views
Updated Ubuntu 11.04 from 10.x and vim's menu bar disappeared
Since the update gvim no longer displays a menu. The toolbar continues to work as expected.
I have tried
:set guioptions-=m
:set guioptions+=m
From within vim, and on advice from a similar problem ...