Skip to content

Instantly share code, notes, and snippets.

@dmitry-vsl
Created January 28, 2015 20:29
Show Gist options
  • Save dmitry-vsl/53ebed9ded50647cc947 to your computer and use it in GitHub Desktop.
Save dmitry-vsl/53ebed9ded50647cc947 to your computer and use it in GitHub Desktop.
Run command in tmux tab from vim
nnoremap <C-c><C-C> :wa\|call system("tmux send-keys -t right ./build C-m")<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment