Hello, I am using Cursor with VIM keybindings. So far so good!
The one thing I don’t yet know how to to do is to focus the cursor into the file tree explorer instead of using my mouse. I have already tried Control + H which would normally do that in Neovim running the LazyVim distro.
My initial searches online and in this forum didn’t find any results on the matter.
I think you can just use <C-w>h, <C-w>j, <C-w>h=k and <C-w>l; to navigate to and from the splits you have.
I normally map <C-h> to <C-w>h to save one keystroke but I couldn’t figure out a way of doing this purely with vim(neovim and neovim extension in my case)
I got the same functionality that I am used to with the below mappings in the keybinding.json file
Hard to say without knowing your setup but I think the above user keymaps should work even if you do not use neovim/vim on vscode. As you see in the screenshot below, this is a user level keymap while the neovim extension below is coming from the plugin.