mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
15 lines
368 B
VimL
15 lines
368 B
VimL
" 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>
|