You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using it together with neo-tree.
Installed using lazy:
return {
's1n7ax/nvim-window-picker',
name='window-picker',
event='VeryLazy',
version='2.*',
opts= {
hint="floating-big-letter",
filter_rules= {
include_current_win=false,
autoselect_one=true,
-- filter using buffer optionsbo= {
-- if the file type is one of following, the window will be ignoredfiletype= { 'neo-tree', "neo-tree-popup", "notify" },
-- if the buffer type is one of following, the window will be ignoredbuftype= { 'terminal', "quickfix" },
}
},
}
}
Using it together with
neo-tree
.Installed using lazy:
When two splits are open, I get three options:
The text was updated successfully, but these errors were encountered: