Skip to content

Instantly share code, notes, and snippets.

@iakio
Created August 8, 2010 11:52
Show Gist options
  • Save iakio/513933 to your computer and use it in GitHub Desktop.
Save iakio/513933 to your computer and use it in GitHub Desktop.
syntax on
filetype plugin indent on
set tabstop=4
set shiftwidth=4
set noexpandtab
set ambiwidth=double
set t_Co=256
set listchars=tab:^\ ,trail:<
set list
imap <C-U> <Nop>
runtime ftplugin/man.vim
source $VIMRUNTIME/macros/matchit.vim
highlight MatchParen cterm=underline ctermbg=0
----
@@ -39,7 +39,7 @@
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
NORMAL 00 # global default, although everything should be something.
FILE 00 # normal file
-DIR 01;34 # directory
+DIR 00;36 # directory
LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
# numerical value, the color is as for the file pointed to.)
FIFO 40;33 # pipe
----
PS1='\W \$ '
eval `dircolors $HOME/.dir_colors`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment