From 75b122e303ab7e86326290b8916868e2729402d2 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Mon, 30 Mar 2015 11:22:45 -0400 Subject: [PATCH] Swap keys to line up better, left to right, with split positions. --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index a7c6ff6..eb76b57 100644 --- a/vimrc +++ b/vimrc @@ -79,8 +79,8 @@ let g:syntastic_javascript_checkers = ['jsxhint'] " quickly toggle a right, vsplit for viewing, navigating whatever structure easy " tags/tagbar can figure out for the current buffer -nmap :TagbarToggle +nmap :TagbarToggle " quickly toggle a left, vsplit for an insanely powerful file explorer -nmap :NERDTreeToggle +nmap :NERDTreeToggle color desert