5 lines
81 B
VimL
5 lines
81 B
VimL
|
|
" Interactive
|
|
nnoremap <buffer> <Leader>i :terminal bash --init-file './%'<CR>
|
|
|