syntax on set viminfo^=h set ruler set nohls set incsearch set showmatch set ts=4 sw=4 syntax enable set hlsearch "Use F4 to switch high lighting on/off :noremap <F4> :set hlsearch! hlsearch<CR>
Search This Blog
Tuesday, September 12, 2006
My .vimrc file
Friday, September 01, 2006
Shell Scripting: Special Variables
Thursday, August 31, 2006
Searching for SUID & SGID files.
find / \( -user root -perm -004000 -o -perm -002000 \) -type f -print
Subscribe to:
Posts (Atom)