chore(vim): rename plugin configuration folder

This commit is contained in:
Stefan Imhoff
2021-12-11 16:06:51 +01:00
parent da2ed8be42
commit f53e246380
30 changed files with 29 additions and 29 deletions

View File

@@ -0,0 +1,14 @@
" Vimux
" https://github.com/preservim/vimux
let g:VimuxHeight = "30"
let g:VimuxOrientation = 'h'
let g:VimuxUseNearestPane = 0
" Mappings
nmap <leader>vt :VimuxTogglePane<CR>
nmap <leader>vp :VimuxPromptCommand<CR>
nmap <leader>vl :VimuxRunLastCommand<CR>
nmap <leader>vj :RunJest<CR>
nmap <leader>vjb :RunJestOnBuffer<CR>
nmap <leader>vjf :RunJestFocused<CR>