execute shell file with F5
This commit is contained in:
parent
626ff35a62
commit
5578dc77d0
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue