mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(vim): rename plugin configuration folder
This commit is contained in:
14
nvim/plugin-config/vimux.vim
Normal file
14
nvim/plugin-config/vimux.vim
Normal 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>
|
||||
Reference in New Issue
Block a user