configuration/config/nvim/ftplugin/sh.vim
2015-12-29 21:26:04 +01:00

5 lines
81 B
VimL

" Interactive
nnoremap <buffer> <Leader>i :terminal bash --init-file './%'<CR>