Skip to content

Instantly share code, notes, and snippets.

@designrubenz
Last active June 3, 2022 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save designrubenz/9ceb60b296253078d552738f2d2465fb to your computer and use it in GitHub Desktop.
Save designrubenz/9ceb60b296253078d552738f2d2465fb to your computer and use it in GitHub Desktop.
vim: remap enter with multiple commands (once and for all)

:nnoremap :w<CR> :VtrSendCommandToRunner<CR>

:nnoremap <CR> :!./build.sh<CR>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment