Some sane defaults [vimrc]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux