[nvim] add an <F5> keybinding to "run" some filetypes

This commit is contained in:
Dmytro Meleshko 2020-08-12 23:44:51 +03:00
parent 9da4fb95b0
commit 1066a92fd3
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
nnoremap <buffer> <F5> <Cmd>Open<CR>

View File

@ -0,0 +1 @@
nnoremap <buffer> <F5> <Cmd>source %<CR>