Keybindings ,rt for opening a Ruby Test (spec) in a split and ,n for NerdTree
This commit is contained in:
parent
4ba95e6ff3
commit
3a1968fcc2
@ -30,6 +30,14 @@ nnoremap W :w<CR>
|
|||||||
" Don't have to use Shift to get into command mode, just hit semicolon
|
" Don't have to use Shift to get into command mode, just hit semicolon
|
||||||
nnoremap ; :
|
nnoremap ; :
|
||||||
|
|
||||||
|
" ================== rails.vim
|
||||||
|
"
|
||||||
|
" Open corresponding unit test/spec in a vertical split
|
||||||
|
nmap ,rt :AV<CR>
|
||||||
|
|
||||||
|
" ==== NERD tree
|
||||||
|
nmap ,n :NERDTreeToggle<CR>
|
||||||
|
|
||||||
" move up/down quickly by using Ctrl-j, Ctrl-k
|
" move up/down quickly by using Ctrl-j, Ctrl-k
|
||||||
" which will move us around by functions
|
" which will move us around by functions
|
||||||
nnoremap <silent> <C-j> }
|
nnoremap <silent> <C-j> }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user