Skip to main content

All Questions

Tagged with or
4 votes
2 answers
89 views

When starting Vim on the command line, you can use vim -oNto open N new files in N split windows. I am looking for an equivalent ex command. The only solutions relating to this topic that I have seen ...
Junglemath's user avatar
0 votes
1 answer
81 views

Activating an avante chat in a vertical split column, changes the default behavior of fugitive's horizontal split height. I would like the correct fugitive split height to be shown, event when using ...
Paul Rougieux's user avatar
0 votes
0 answers
43 views

In the screenshot, nvim-treesitter-context is a floating window which Neovide picks up and adds a shadow too as well as blurs the text behind it. I want that for lualine as well.
Oneechan69's user avatar
1 vote
2 answers
160 views

I'm reading the manual :h windo, it is explained: :[range]windo {cmd} Execute {cmd} in each |focusable| window, or only for windows in a given [range] of window numbers. It works ...
N.W.'s user avatar
  • 1,860
1 vote
1 answer
132 views

I am trying to map the Ctrl-[HJKL] keys to commands to move windows with the following in my .vimrc: nnoremap <silent> <c-s-k> :wincmd K<CR> nnoremap <silent> <c-s-j> :...
David Shaw's user avatar
0 votes
1 answer
52 views

I want a Vimscript expression to determine how many tabs were created. Same for windows. This is to do a conditional mapping: nnoremap <expr> <C-S-Tab> MoreThanOneWindow() ? ...
awvalenti's user avatar
  • 361
0 votes
3 answers
96 views

Please forgive and correct me if I have the terminology wrong. I often have a window with a split in the middle of it. I then want a copy of the buffer I'm working on to move to the existing split. ...
Eddie Parker's user avatar
0 votes
2 answers
62 views

I create two popup windows and want to switch between them, but win_gotoid fails. The code below should be a minimal example of the problem I'm running into. vim9script g:pop_a = 0 g:pop_b = 0 ...
user54579's user avatar
0 votes
2 answers
69 views

I use the Ctrl w< to change the size of the windows. When the window size change a divider moves. As long that the current window is not at the extreme right of the tab the divider moves left (...
Vivian De Smedt's user avatar
  • 24.9k
1 vote
2 answers
72 views

I have a significant number of similarly-structured LaTeX source files to edit, and find it convenient to use three splits: one for the section of the file that contains a verse, which is normally ...
muk.li's user avatar
  • 499
0 votes
0 answers
133 views

When I open Neovim, Aerial is focused and when I focus on the file, the height reduces. I looked through the documentations of those three plugins but can't figure out what is going on. The issue ...
Oneechan69's user avatar
1 vote
3 answers
194 views

There seems to be a few posts about this, e.g.: Opening Vim help in a vertical split window. The following works for me - opening help docs in vertical split at left - placed in ~/vimfiles/ftplugin/...
Tom's user avatar
  • 181
2 votes
1 answer
98 views

I often split two windows of the same file to edit, so that it's easier, like I can implement a function in a window and check the long comments somewhere in another window. Sometimes, after I did ...
Limina102's user avatar
  • 185
0 votes
2 answers
254 views

I sometimes like using splits. Both vertical and horizontal, depending on the files I'm looking at. When creating a split, vim automatically halves the available size of, in my case, a terminal ...
bitmask's user avatar
  • 145
0 votes
1 answer
222 views

Main Question For a plugin I'm developing, I want to show a floating window somewhere within the buffer view, but want to work out exactly which rows and columns in the window are already taken up by ...
KamielDev's user avatar
  • 101

15 30 50 per page
1
2 3 4 5
36