execute shell file with F5

This commit is contained in:
ManjaroOne666 2018-05-03 12:37:52 +01:00
parent 626ff35a62
commit 5578dc77d0
1 changed files with 2 additions and 0 deletions

View File

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