Skip to content

Instantly share code, notes, and snippets.

@eulersson
Last active February 27, 2017 14:59
Show Gist options
  • Save eulersson/375d68a6ed52a88ddcab5df42ad091a8 to your computer and use it in GitHub Desktop.
Save eulersson/375d68a6ed52a88ddcab5df42ad091a8 to your computer and use it in GitHub Desktop.
Vim profile
set ts=2 tabstop=2 shiftwidth=2 expandtab autoindent
autocmd FileType python nnoremap <buffer> <F9> :exec '!python' shellescape(@%, 1)<cr>
autocmd FileType javascript nnoremap <buffer> <F9> :exec '!node' shellescape(@%, 1)<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment