Files
dotfiles/nvim/plugin-config/vimux.vim
2021-12-11 16:06:51 +01:00

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>