Some sane defaults [vimrc]

Joe Average joe.average4 at gmail.com
Tue Dec 4 20:26:52 UTC 2007


Hello,

- Allow easier searching in vim

--- /etc/vimrc  2007-06-05 12:46:37.000000000 +0200
+++ /opt/backup/etc/vimrc       2007-11-10 10:24:57.000000000 +0100
@@ -11,6 +11,10 @@
 set history=50         " keep 50 lines of command line history
 set ruler              " show the cursor position all the time

+set ignorecase         "
+set smartcase          " Override ignore case when uppercase char is found
+set incsearch          " Show search matches as we type
+
 " Only do this part when compiled with support for autocommands
 if has("autocmd")
   " In text files, always limit the width of text to 78 characters




More information about the fedora-list mailing list