Skip to content

Commit

Permalink
Add \ri alias for inspecting vimux output.
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Apr 27, 2012
1 parent 55b646e commit a888372
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vim/ruby_mappings.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
map <silent> <LocalLeader>rb :wa<CR> :RunAllRubyTests<CR>
map <silent> <LocalLeader>rc :wa<CR> :RunRubyFocusedContext<CR>
map <silent> <LocalLeader>rf :wa<CR> :RunRubyFocusedTest<CR>
map <silent> <LocalLeader>rl :wa<CR> :RunLastVimTmuxCommand<CR>
map <silent> <LocalLeader>rx :wa<CR> :CloseVimTmuxPanes<CR>
map <silent> <LocalLeader>ri :wa<CR> :InspectVimTmuxRunner<CR>
map <silent> <LocalLeader>rs :!ruby -c %<CR>
map <LocalLeader>rd Orequire 'ruby-debug';debugger<ESC>
Expand Down

0 comments on commit a888372

Please sign in to comment.