windex.nvim
windex.nvim copied to clipboard
🧼 Clean window maximizing, terminal toggling, window/tmux pane movements and more!
Hey! It looks like window is not being resized after all other are hidden ---------------------------- before pressing:  ---------------------------- after pressing:
Hello, this is a great plugin, I like the maxsize feature, it is so cool, would you like to seperate it as a plugin? ------ split ------- Something goes wrong...
This is my installation: ``` { 'declancm/windex.nvim', config = function() require('windex').setup({ default_keymaps = false, -- Enable default keymaps. }) end }, ``` and my invocation ``` keymap('n', 'm', "lua require('windex').toggle_maximize()",...