]> git.rmz.io Git - dotfiles.git/commit
vim: skip preview window when moving between windows
authorSamir Benmendil <samir.benmendil@ultrahaptics.com>
Mon, 24 Oct 2016 08:01:11 +0000 (09:01 +0100)
committerSamir Benmendil <samir.benmendil@ultrahaptics.com>
Mon, 24 Oct 2016 08:01:11 +0000 (09:01 +0100)
commit0637757f6cc057218ecf0000c44821946df476da
tree6523a640643eb1a0417a6cf7a1a55636e104f4d7
parent233499b0481ec5a78acca487648f2b8e121f2429
vim: skip preview window when moving between windows

I'm not entirely sure about this. It does help a lot for not giving
focus to the ycm doc window. But it also prevents focusing the fugitive
status window. It can still be reached with <leader>gs though.

Maybe this needs a function that checks what the content of the preview
window is and skip conditionally.
vim/vimrc