Comment #6 on issue 152 by [email protected]: 7.4a.24 BETA can't remove
lines
http://code.google.com/p/vim/issues/detail?id=152
It seems that you run in 'compatible' mode.This could be due to the lack of
a vimrc.
I suggest the following:
1. Start Vim.
2. In Normal mode, type
:e ~/.vimrc
followed by Enter.While you're typing that, it should appear at the very
bottom of the Vim screen.
3. In that new file, enter the following lines (in Insert mode):
" Vim configuration file
runtime vimrc_example.vim
" user customizations come here
set showmode
4. Go back to Normal mode, then exit with saving:
:x
That's all.The vimrc_example.vim includes
set backspace=indent,eol,start
so you don't need to repeat that one. The next time you start Vim, it
should let you backspace over a linebreak while in Insert mode, and
--INSERT-- --REPLACE-- --VISUAL-- etc.should appear at the bottom when you
aren't in Normal mode.
Best regards,
Tony.
--
"I would rather see a saloon on every corner than a Catholic in
the White House. I would rather see a nigger as president."
[Bob Jones, Sr., founder of Bob Jones University]
See
:help 'backspace'
:help 'showmode'
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.