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

trying tabby to load commands per pane #3

Open
albjeremias opened this issue Dec 22, 2022 · 1 comment
Open

trying tabby to load commands per pane #3

albjeremias opened this issue Dec 22, 2022 · 1 comment

Comments

@albjeremias
Copy link

albjeremias commented Dec 22, 2022

I've been trying out together lore + tabby. didn't work out so good.

each pane gets exactly the same history... how I did it:
copy the lore script to
.local/bin/lore

chmod +x .local/bin/lore

added to .bashrc

source /home/ajeremias/.local/bin/lore on

also created an issue in tabby:
Eugeny/tabby#7687

and now removed from .bashrc.. #2

@pjeby
Copy link
Member

pjeby commented Dec 22, 2022

Each session gets the same history unless you select a different global history file per pane. Lore's tmux support works by asking tmux to identify the window number and pane number, but if tabby doesn't have an id mechanism like that there would be no way for lore to know which history file is wanted.

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