configuration/config/nvim/ftplugin/sh.vim

5 lines
81 B
VimL
Raw Normal View History

2015-12-29 21:26:04 +01:00
" Interactive
nnoremap <buffer> <Leader>i :terminal bash --init-file './%'<CR>