From 3a1968fcc21d68f50ecc2ab4fb8e00c457422d8d Mon Sep 17 00:00:00 2001 From: yan Date: Thu, 15 Dec 2011 20:01:38 -0800 Subject: [PATCH] Keybindings ,rt for opening a Ruby Test (spec) in a split and ,n for NerdTree --- vim/plugin/settings/skwp-keymap.vim | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vim/plugin/settings/skwp-keymap.vim b/vim/plugin/settings/skwp-keymap.vim index 7a4642d..456f20b 100644 --- a/vim/plugin/settings/skwp-keymap.vim +++ b/vim/plugin/settings/skwp-keymap.vim @@ -30,6 +30,14 @@ nnoremap W :w " Don't have to use Shift to get into command mode, just hit semicolon nnoremap ; : +" ================== rails.vim +" +" Open corresponding unit test/spec in a vertical split +nmap ,rt :AV + +" ==== NERD tree +nmap ,n :NERDTreeToggle + " move up/down quickly by using Ctrl-j, Ctrl-k " which will move us around by functions nnoremap }