Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help with my init.vim #8

Open
KLAU-S opened this issue Mar 15, 2022 · 5 comments
Open

Need help with my init.vim #8

KLAU-S opened this issue Mar 15, 2022 · 5 comments

Comments

@KLAU-S
Copy link

KLAU-S commented Mar 15, 2022

I copied your init.vim made some tweaks here and there, but the part in the video where you go into output panel on the right and after going in visual mode you were moving around in the output, But mine seems to exit even if i scroll.

Can you solve my issue,
thankyou in advance, sorry for inconvenience.

@mizlan
Copy link
Owner

mizlan commented Mar 15, 2022

The terminal buffer created through :terminal some-command is closed if you type anything while in insert mode when the process has already exited. However, normally when you enter a terminal buffer you are put into normal mode, so it shouldn't be a problem. When in insert mode in a terminal, type C-\C-n to go into normal mode.

@mizlan
Copy link
Owner

mizlan commented Mar 15, 2022

Also, check for any offending startinsert lines. So, you may want to remove the autocmd ... startinsert line from my cp.vim file.

@KLAU-S
Copy link
Author

KLAU-S commented Mar 16, 2022

Sorry, I tried but I couldn't,
here is my init.vim. Plz check it in your spare time, thankyou !

@KLAU-S KLAU-S changed the title Sorry for inconvenience Need help with my init.vim Mar 16, 2022
@mizlan
Copy link
Owner

mizlan commented Mar 16, 2022

What are you using to compile?

@KLAU-S
Copy link
Author

KLAU-S commented Mar 17, 2022

gcc version 9.4.0 (ubuntu 9.4.0-1ubuntu~20.04)
NVIM v0.6.1, installed from appimage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants