-
For instance, when running `nvim foo bar baz` in the shell, the buffer tabs order, i.e. `baz`, `bar`, `foo`.
-
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.**
It is difficult to restart Vim while preserving current state, like buffer list, w…
-
When I leave the terminal open and quit nvim with `:qa` and restart nvim. I got the same terminal, but the default toggle binds to a new terminal, so it will open two terminals. It would be nice to ha…
-
``` bash
$ vim --version
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Feb 21 2012 19:37:18)
Compiled by root@apple.com
Normal version without GUI. Features included (+) or not (-):
-arabic +autocmd -…
-
I found (hard way) that terminal buffers are not saved into workspace. Which makes sense, except when I reload workspace without restarting Neovim. In that case I lose all information about splits and…
-
Hello,
I seem to be having issues setting up this plugin. I'm new to VIM, so forgive me.
A few notes:
- On a mac
- Compiled VIM with Python3
First issue is, can't seem to set up the leader. T…
-
As you work with sessiones you believe there is another instance.
Opening the first time . Everything perfect, load my session .
![screen shot 2015-09-25 at 09 46 03](https://cloud.githubusercontent…
-
**Is your feature request related to a problem? Please describe.**
I often use tabs for working on different projects within the same nvim instance, eg. frontend in one tab and backend in another, bu…
-
If I open chadtree and expand some nodes and open a few files. Then I call `:mksession` it saves the session. If I close vim and reopen and run `:source Session.vim` it loads the files I had open and …
-
### Steps to reproduce
Prerequisites: have two files in your home directory, "provavimrc.vim" with the following contents
```
vim9script
set hidden
import autoload './funzioni.vim'
nnore…