-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feature Request: By default it might be better to open terminal in vertical split or horizontal split than in a tab. #68
Comments
The highlighted keybinding are little hard to follow if used as a daily driver. Moreover I just used Lapce's example just as a reference. I think VScode / Pycharm / Kate all have similar default behaviour what I suggested. If terminal is opened in a hsplit/vsplit it becomes easy to follow the code and run/repl at the same time. That's just my opinion though. If default behavior can't be changed, a drag and drop to hsplit/vsplit should also be good if implementable at all. |
Thanks. |
Probably not worthy of a new issue, but, is there a way to setup same theme for file browser, terminal and editor? |
Those are separated components, the default theme for the three of them is the "same theme". I only ported a few themes for the editor and the terminal, they are really easy to port, but there's only one theme for the GUI (with dark and light versions). Currently, there are no alternatives, and changing the GUI theme isn't straightforward. I'll add an option to easily change the GUI theme, at least to override the colors, that's really easy actually (the theme is just a CSS file, and the colors are CSS variables). I want to provide the tools to easily customize the editor but I won't focus on adding themes and customizing the GUI, I think that's not a good use of my very limited time. And that's why I need collaborators =) |
lapce editor for example does a very simple trick, ctrl+
opens terminal in hsplit and focuses on it. Hitting ctrl+
minimizes the terminal and so focus is back to editor now. I'm in windows so don't know MAC/Linux behavior.The text was updated successfully, but these errors were encountered: