diff options
Diffstat (limited to 'subx/teensy/vimrc.vim')
-rw-r--r-- | subx/teensy/vimrc.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/teensy/vimrc.vim b/subx/teensy/vimrc.vim new file mode 100644 index 00000000..68b63640 --- /dev/null +++ b/subx/teensy/vimrc.vim @@ -0,0 +1 @@ +command! -nargs=1 EE exec "vert split teensy/test" . <args> . "*.[cs]" |