From 63a5d57318c941e84b6f927829ea3a25e460e221 Mon Sep 17 00:00:00 2001 From: ehg Date: Mon, 12 Sep 2011 17:26:51 +0100 Subject: [PATCH] should be working ok --- .gitmodules | 36 ++++++++++++++++++++++++++++++++++++ bundle/coffeescript | 1 + bundle/command-t | 1 + bundle/cucumber | 1 + bundle/endwise | 1 + bundle/fugitive | 1 + bundle/haml | 1 + bundle/markdown | 1 + bundle/ragtag | 1 + bundle/rails | 1 + bundle/rooter | 1 + bundle/surround | 1 + bundle/tagbar | 1 + vimrc | 5 +++-- 14 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 bundle/coffeescript create mode 160000 bundle/command-t create mode 160000 bundle/cucumber create mode 160000 bundle/endwise create mode 160000 bundle/fugitive create mode 160000 bundle/haml create mode 160000 bundle/markdown create mode 160000 bundle/ragtag create mode 160000 bundle/rails create mode 160000 bundle/rooter create mode 160000 bundle/surround create mode 160000 bundle/tagbar diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b0e5af4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,36 @@ +[submodule "bundle/fugitive"] + path = bundle/fugitive + url = git://github.com/tpope/vim-fugitive.git +[submodule "bundle/command-t"] + path = bundle/command-t + url = git://git.wincent.com/command-t.git +[submodule "bundle/endwise"] + path = bundle/endwise + url = https://github.com/tpope/vim-endwise.git +[submodule "bundle/ragtag"] + path = bundle/ragtag + url = https://github.com/tpope/vim-ragtag.git +[submodule "bundle/rails"] + path = bundle/rails + url = https://github.com/tpope/vim-rails.git +[submodule "bundle/surround"] + path = bundle/surround + url = https://github.com/tpope/vim-surround.git +[submodule "bundle/coffeescript"] + path = bundle/coffeescript + url = https://github.com/kchmck/vim-coffee-script.git +[submodule "bundle/cucumber"] + path = bundle/cucumber + url = https://github.com/tpope/vim-cucumber.git +[submodule "bundle/haml"] + path = bundle/haml + url = https://github.com/tpope/vim-haml.git +[submodule "bundle/markdown"] + path = bundle/markdown + url = https://github.com/plasticboy/vim-markdown.git +[submodule "bundle/rooter"] + path = bundle/rooter + url = https://github.com/airblade/vim-rooter.git +[submodule "bundle/tagbar"] + path = bundle/tagbar + url = git://github.com/majutsushi/tagbar.git diff --git a/bundle/coffeescript b/bundle/coffeescript new file mode 160000 index 0000000..04568ec --- /dev/null +++ b/bundle/coffeescript @@ -0,0 +1 @@ +Subproject commit 04568ec7bb684d17290a5d0a41e64629916f13e3 diff --git a/bundle/command-t b/bundle/command-t new file mode 160000 index 0000000..3c0dc0a --- /dev/null +++ b/bundle/command-t @@ -0,0 +1 @@ +Subproject commit 3c0dc0a392fbea847ac97efe25f774cf1f2dcda0 diff --git a/bundle/cucumber b/bundle/cucumber new file mode 160000 index 0000000..2ef3e5a --- /dev/null +++ b/bundle/cucumber @@ -0,0 +1 @@ +Subproject commit 2ef3e5a4876a4cd5ea83a0dcbf17f5c3edbf9de3 diff --git a/bundle/endwise b/bundle/endwise new file mode 160000 index 0000000..86e1d4a --- /dev/null +++ b/bundle/endwise @@ -0,0 +1 @@ +Subproject commit 86e1d4ab9192245ae83831f073c0452f3b7baba8 diff --git a/bundle/fugitive b/bundle/fugitive new file mode 160000 index 0000000..5f5c8da --- /dev/null +++ b/bundle/fugitive @@ -0,0 +1 @@ +Subproject commit 5f5c8da61fd817ba8dc091350b51c1ab7ca53c8d diff --git a/bundle/haml b/bundle/haml new file mode 160000 index 0000000..de3e72a --- /dev/null +++ b/bundle/haml @@ -0,0 +1 @@ +Subproject commit de3e72a384c9b1cc8707c9bc37cefc24d8484ebf diff --git a/bundle/markdown b/bundle/markdown new file mode 160000 index 0000000..f3f96fd --- /dev/null +++ b/bundle/markdown @@ -0,0 +1 @@ +Subproject commit f3f96fd7c1bec0527de62415fd344e73994f1c47 diff --git a/bundle/ragtag b/bundle/ragtag new file mode 160000 index 0000000..bdc8b58 --- /dev/null +++ b/bundle/ragtag @@ -0,0 +1 @@ +Subproject commit bdc8b580b5b583aeb43efb19aac2ab8ce5566dff diff --git a/bundle/rails b/bundle/rails new file mode 160000 index 0000000..b009f16 --- /dev/null +++ b/bundle/rails @@ -0,0 +1 @@ +Subproject commit b009f16c6453c1682ebcafeeeedb60a9eb8c0729 diff --git a/bundle/rooter b/bundle/rooter new file mode 160000 index 0000000..26b39e5 --- /dev/null +++ b/bundle/rooter @@ -0,0 +1 @@ +Subproject commit 26b39e549b26584bd739c9b12c9e8069b63378c8 diff --git a/bundle/surround b/bundle/surround new file mode 160000 index 0000000..d9e6bfd --- /dev/null +++ b/bundle/surround @@ -0,0 +1 @@ +Subproject commit d9e6bfdd902fc661c8fd58ede248ccfc3b3039d7 diff --git a/bundle/tagbar b/bundle/tagbar new file mode 160000 index 0000000..3c07565 --- /dev/null +++ b/bundle/tagbar @@ -0,0 +1 @@ +Subproject commit 3c075654d424c6e3c20521bd4567b517a2410593 diff --git a/vimrc b/vimrc index d3d9912..660dfa8 100644 --- a/vimrc +++ b/vimrc @@ -62,8 +62,9 @@ map tf :tabfirst map tl :tablast map tm :tabmove -" Uncomment to use Jamis Buck's file opening plugin -map t :FuzzyFinderTextMate +noremap o :CommandT +noremap O :CommandTFlush +noremap m :CommandTBuffer " Set ctrl space to autocomplete inoremap pumvisible() \|\| &omnifunc == '' ?