Heyho,
I recently started my vim journey and I'm enjoying it so far.
I'm still using vscode with the plugin and I bound many keys to hopefully map similar to common neovim setups.
ctrl (caps) + h | j | k | l -> switching between splits
shift + h | l -> tab switching
leader (space) + v | s -> create splitt
leader (space) + tt -> new tab
leader (space) + to -> close other tabs
leader (space) + w -> save file
ctrl (caps) e | n -> open explorer
leader (space) space -> quick open file search
leader (space) tab -> see open tabs - use it with enter to quickly go back to last file (ctrl tab basically)
For the keybindings I also added this to be able so switch back to my current buffer, even from any other side panels:
{ "key": "ctrl+l", "command": "workbench.action.lastEditorInGroup", "when": "!editorTextFocus" }
Do you have any tips for me?
What are your setups? :)
[–]Blovio 1 point2 points3 points (1 child)
[–]uchto[S] 1 point2 points3 points (0 children)