Danila Kiselev

Results 2 comments of Danila Kiselev

I'm using these keymaps to resize with Ctrl+Arrows ``` local keymap = vim.api.nvim_set_keymap local nrmaps = { noremap = true, silent = true } -- Resize with arrows keymap("n", "",...

This is a standard library feature. Why is it ignored?