summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-11-03 10:43:37 +0100
committerStefan Ritter <xeno@thehappy.de>2009-11-03 10:43:37 +0100
commitfaf4c1c8a72fd100c225baddb12f0a8c2c803e06 (patch)
tree64033653105f399f9bd53ea6ce9b27753e686eac /vim
parent624565d9a4e93e36e22516b3748203981453df5c (diff)
Weekly commit
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index d52f77d..04186d0 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -11,6 +11,8 @@ set shiftround
set modeline
set nobackup
set cursorline
+set listchars=tab:»·
+set list
map <f9> :make<CR>
map <f1> :execute 'NERDTreeToggle'<CR>