summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-10-21 16:32:41 +0200
committerStefan Ritter <xeno@thehappy.de>2009-10-21 16:32:41 +0200
commitb287230a23b0b6ed1f9457ef478d9ec003feaa2d (patch)
tree9dfda5febfa9a69b06297db64ce572c5a511da87 /vim
parentee14f6d0b28afbe5d61ca60e081824d6c4cb0341 (diff)
Several things:
* Added some emacs config * Vim again for git commits * Added cursorline to vimrc
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 3504746..5b01cc1 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -10,6 +10,7 @@ set tabstop=8
set shiftround
set modeline
set nobackup
+set cursorline
map <f9> :make<CR>
map <f1> :execute 'NERDTreeToggle'<CR>