+ Added run in octave shortcut

This commit is contained in:
ziro 2021-03-06 08:57:56 +07:00
parent eb693a8e70
commit ba50738426
5 changed files with 12 additions and 5 deletions

View file

@ -77,6 +77,7 @@ augroup END
autocmd BufEnter *.py set ai sw=4 ts=4 sta et fo=croql
autocmd BufEnter *.c set ai sw=4 ts=4 sta et fo=croql
autocmd BufEnter *.md set ai sw=3 ts=3 sta et fo=croql
autocmd Filetype html set ai sw=3 ts=4 sta et fo=croql
" ----- Auto refresh vimrc
augroup myvimrc