vim-wintabs icon indicating copy to clipboard operation
vim-wintabs copied to clipboard

Modern buffer manager for Vim

Results 17 vim-wintabs issues
Sort by recently updated
recently updated
newest added

Hello, the plugin looks very cool. I am very interested in the idea of using multiple tabs within a window in vim, in addition to the normal tabs of vim....

Hi, The default behavior is that opened buffers can be accessed in the window that they have been opened. I have a question if it is possible to make default...

Hi I installed the plugin and I am using default settings. However, when I open buffer I see strange marks like 'Pi', please see the picture below ![strangeMarksInTabs](https://user-images.githubusercontent.com/9613919/129341819-cd32bb30-15d0-48ed-8d64-7759e98cfa7e.png) Is it...

Hello. Can anyone advise me how to change the background color of the statusbar. I looked in renderer.vim as per the help page but I couldn't understand how it works....

Hi, I'm trying to get wintabs to work reliably with split windows, *without* setting `g:wintabs_display = 'statusline'`, as I don't want to have the statusline move position to the top...

`mkview` creates a script which calls `doautoall SessionLoadPost` without setting `g:SessionLoad`. When run with `loadview`, this can cause problems because we are loading and saving to a session at the...

If I have multiple buffer tabs open, sometimes `:mkview` followed by `:loadview` makes one or more tabs (not the current one) disappear. It seems to matter which buffer is active...

When setting `g:wintabs_switchbuf="useopen"`, `vimdiff file.a file.b` results in a VIM error: ``` continuing in function wintabs#ui#get_tabline[2]..53_get_bufline[5]..wintabs#memoize#call[5]..53_get_bufline_non_memoized Error detected while processing function 1[1]..26_open_buffer_in: line 2: E16: Invalid range: 2wincmd w ```...