windex.nvim icon indicating copy to clipboard operation
windex.nvim copied to clipboard

🧼 Clean window maximizing, terminal toggling, window/tmux pane movements and more!

Results 3 windex.nvim issues
Sort by recently updated
recently updated
newest added

Hey! It looks like window is not being resized after all other are hidden ---------------------------- before pressing: ![CleanShot 2022-06-26 at 00 03 33@2x](https://user-images.githubusercontent.com/21224705/175790461-ad178ddf-cd85-4d3c-b37d-81c0d89be4b6.png) ---------------------------- 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()",...