settings

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit f28cdbcfc0a71b70149435703ce58a9adf96a3a4
parent fd19d3a930840644556d8f8aee87f201bef9e7f4
Author: Paul Longtine <paul@nanner.co>
Date:   Thu Jul  2 22:59:42 2015

hah.

Diffstat:
 vim/.vimrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vim/.vimrc b/vim/.vimrc @@ -25,7 +25,7 @@ map <M-c> :bprevious<cr> " tabs map <C-x> :tabp<cr> map <C-c> :tabn<cr> -map <C-o> :tabnew<cr> +map <C-t> :tabnew<cr> " Toggle NERDTree map <C-v> :NERDTreeToggle<CR>