mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-15 08:09:11 +08:00
Made more specific group and function names
This commit is contained in:
parent
cc55d125a0
commit
707c8e45bf
@ -27,11 +27,11 @@ endfunction
|
||||
|
||||
function! SpaceVim#layers#tmux#config() abort
|
||||
let g:tmux_navigator_no_mappings = 1
|
||||
augroup custom_config
|
||||
augroup spacevim_layer_tmux
|
||||
au!
|
||||
au VimEnter * call s:customMappings()
|
||||
au VimEnter * call s:tmuxMappings()
|
||||
augroup END
|
||||
func s:customMappings()
|
||||
func s:tmuxMappings()
|
||||
nnoremap <silent> <C-h> :TmuxNavigateLeft<cr>
|
||||
nnoremap <silent> <C-j> :TmuxNavigateDown<cr>
|
||||
nnoremap <silent> <C-k> :TmuxNavigateUp<cr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user