use scwrypts to render helm templates in vim :terminal buffer

This commit is contained in:
2023-11-11 07:16:43 -07:00
parent 8be73904a0
commit 592fe48004
3 changed files with 35 additions and 2 deletions

View File

@ -23,6 +23,9 @@ nnoremap <Leader>q q:
" \s previous selection command
nnoremap <Leader>s :'<,'>
" \m to set buffer to modifiable
nnoremap <Leader>m :set modifiable<CR>
" (e)dit / (s)ource vimrc
nnoremap <Leader>ev :tabedit $WRYNVIMRC<CR>
nnoremap <Leader>sv :source $MYVIMRC<CR>