Vim: fix psyncup integration
This commit is contained in:
parent
5988baf76b
commit
3900778b9a
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ let g:tabby_trigger_mode = 'auto'
|
|||
nnoremap <C-\> :let g:tabby_trigger_mode = (g:tabby_trigger_mode == 'auto' ? 'manual' : 'auto')<CR>
|
||||
|
||||
" Psyncup integration (from bin) =========================
|
||||
nnoremap <leader>r :!~/.configs_pointer/psyncup.py --recurse-up --up <CR>
|
||||
nnoremap <leader>r :!~/.configs_pointer/bin/psyncup.py --recurse-up --up <CR>
|
||||
|
||||
" FZF setup ==============================================
|
||||
" Open hotkeys for fzf
|
||||
|
|
Loading…
Reference in a new issue