-
Notifications
You must be signed in to change notification settings - Fork 318
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
Unable to hide signcolumn on first run of command-t. #376
Comments
Try using this:
|
@shivanshukmr That works but has the side effect of toggling the main window's sign column. |
I think it should probably be off in the match window by default, like we already do for a bunch of other settings (see also |
@codybuell: can you try out this change and see if it works for you? It works in my very light testing, but I am a |
@wincent that works, thanks! |
Trying to figure out a way to set
signcolumn=no
in the command-t window. I havesigncolumn=yes
set by default and am using an autocommand to disable if the new window is command-t. This does the trick but only after the first time command-t is opened. If I broaden the autocommand to not check for filetype then it will work on the first command-t call but all new buffers / windows have the signcolumn disabled too. Have also tried addingsetlocal signcolumn=no
inftplugin/command-t.vim
with no luck. Any ideas?Version info
Minimal config from screen capture
The text was updated successfully, but these errors were encountered: