Skip to content

Commit

Permalink
Map § to 'rake' in tmux split.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik committed Oct 15, 2013
1 parent 530f886 commit 3566967
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vim/config/mappings.vim
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@ command! W w

" In command mode, type %% to insert the path of the currently edited file, as a shortcut for %:h<tab>.
cmap %% <C-R>=expand("%:h") . "/" <CR>
" Run tests in tmux.
nmap § :call VimuxRunCommand("rake")<cr>

0 comments on commit 3566967

Please sign in to comment.