xeluxee / competitest.nvim

CompetiTest.nvim is a Neovim plugin for Competitive Programming: it can manage and check testcases, download problems and contests from online judges and much more
GNU Lesser General Public License v3.0
381 stars 15 forks source link

Unable to switch popup windows using ctrl(H,J,K,L) #20

Closed akashdiphazra closed 1 year ago

xeluxee commented 1 year ago

This isn't my fault, Neovim isn't able to handle <C-w>h,j,k,l with floating windows. You can use <C-w><C-w> or press i, o, a, e to view input, output, expected output and stderr in a bigger window.

akashdiphazra commented 1 year ago

Ok !!