Skip to content

Refactor Resize PR, and state alternative simple config instead! #36

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

Closed
wants to merge 13 commits into from
Closed

Refactor Resize PR, and state alternative simple config instead! #36

wants to merge 13 commits into from

Conversation

metaory
Copy link

@metaory metaory commented Jul 7, 2024

In regard to now closed PR #29

I couldn't help myself refactoring it.. 😅 @Ramilito

But I dont think you need that!

Here is how I do my desired resize.. without.


nvim mapping

vim.keymap.set('n', '<M-J>', "<C-w>-", { noremap = true })
vim.keymap.set('n', '<M-K>', "<C-w>+", { noremap = true })
vim.keymap.set('n', '<M-H>', "<C-w><", { noremap = true })
vim.keymap.set('n', '<M-L>', "<C-w>>", { noremap = true })

tmux keybinding

bind -n C-M-H  resize-pane -L
bind -n C-M-L  resize-pane -R
bind -n C-M-K  resize-pane -U
bind -n C-M-J  resize-pane -D

from metaory/xtmux/keybindings.tmux


@numToStr please close this PR !!

@Ramilito
Copy link

Ramilito commented Jul 7, 2024

In regard to now closed PR #29

I couldn't help myself refactoring it.. 😅 @Ramilito

Lol no worries!

But I dont think you need that!

Here is how I do my desired resize.. without.

I didn't like the idea to mix configurations between neovim and in my case in wezterm, the changes I created would have removed that need!

y @numToStr please close this PR !!

I found another way to work so I don't need this either.

@metaory metaory closed this Jul 8, 2024
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.

2 participants