Created
March 2, 2009 17:23
-
-
Save jashmenn/72870 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From d55b96f257ec52a41a244018cb6e9bc3e62bdd55 Mon Sep 17 00:00:00 2001 | |
From: Nate Murray <[email protected]> | |
Date: Mon, 2 Mar 2009 09:23:20 -0800 | |
Subject: [PATCH] added autosession to etabs | |
--- | |
vimrc | 1 + | |
1 files changed, 1 insertions(+), 0 deletions(-) | |
diff --git a/vimrc b/vimrc | |
index 2781c1b..60f3bac 100644 | |
--- a/vimrc | |
+++ b/vimrc | |
@@ -297,6 +297,7 @@ function! s:ETW(what, ...) | |
endfor | |
endif | |
endfor | |
+ mksession! .autosession.vim | |
endfunction | |
map ,t :Etabs | |
-- | |
1.6.1.3+GitX |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment