execute shell file with F5

This commit is contained in:
ManjaroOne666 2018-05-03 12:37:52 +01:00
commit 5578dc77d0

View file

@ -4,3 +4,5 @@ set shiftwidth=2
set expandtab
set shiftround
set autoindent
nnoremap <buffer> <F5> :w !sh<cr>