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

DRAFT: Add Resize panes #29

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

DRAFT: Add Resize panes #29

wants to merge 9 commits into from

Conversation

Ramilito
Copy link

@Ramilito Ramilito commented Nov 5, 2023

I want to handle the resizing similar to the change pane approach suggested in #25

  • Support Wezterm
  • Support Vi
  • Tmux
  • Size of resize set in config
  • Prettify code

@Ramilito Ramilito marked this pull request as draft November 5, 2023 06:46

local mux_last_pane = N.last_pane
if not mux_last_pane then
if direction == 'h' then
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how to write this without repeating it in mux/vi.lua?

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

Successfully merging this pull request may close these issues.

None yet

1 participant