How to use Vim's autocomplete when Key binding is set to Vim?
757

I use Key binding = Vim in Leetcode, but I can't use Ctrl + N shortcut in order to toggle autocomplete, because the browser has already assigned this shortcut for creating a new window.

Are there any options to use autocomplete in browser like I can do it in the real vim?

Comments (1)