aserowy / neocode

Completely theme responsive, lean, streamlined lua configuration for neovim (dotfiles).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change the keybindings to decrease window size

siyuanwu99 opened this issue · comments

Hello,

I would like to use alt + h to switch from different buffers but it's occupied.
I wonder how can I disable alt + h to increase/decrease window size?

Heho,

the window bindings are set with https://github.com/aserowy/tmux.nvim (currently the default setting). To overwrite those, use the documentation of this plugin:

https://github.com/aserowy/tmux.nvim#navigation

Kind regards
Alexander

Thanks for your kind replies!