Enable the backspace key in VIM

by
on
December 13, 2011

In some instances you may find that the default configuration of VIM has the backspace key disabled. Like many others I expect to be able to delete characters right-to-left like most other text editors. Unless you are doing some very minor editing, it quickly becomes a hassle to use the delete key.

Luckily there is a quick fix. Add the following line to the .vimrc configuration file in your home directory:

set backspace=indent,eol,start

You can change for all users by placing this previous line in the /etc/vimrc configuration file.

No Comments
guides
, , , , , , , , ,

Related posts:

  1. Enable syntax highlighting in vim with Ubuntu
  2. Fix for missing title bar and GNOME panel with Firefox
  3. Custom screenrc configuration file
  4. Securely copy remote files with scp
  5. Have a Bash script determine it’s own location

Comments (0)

No comments yet

Trackbacks (0)

No trackbacks yet

Leave a Comment

(displayed with your post)
(will not be published)
(optional)

Copyright 2008-2010 WiredRevolution.com. All rights reserved.