Skip to content

Integration with fzf.vim

Chris Zarate edited this page Mar 12, 2019 · 1 revision

Here's a quick way to switch between prosessions using fzf.vim. I map <leader>s:

nnoremap <leader>s :call fzf#run({'source': prosession#ListSessions(), 'sink': 'Prosession', 'down': '30%'})<cr>
Clone this wiki locally