···5252 xmap <C-/> <Plug>VSCodeCommentarygv
5353 nmap <C-/> <Plug>VSCodeCommentaryLine
54545555+ " This allows wrapping + code folding to work
5656+ xmap j gj
5757+ nmap j gj
5858+5959+ xmap k gk
6060+ nmap k gk
6161+5562 " Make neovim use vscode builtin search
5663 " TODO: probably can write a function that sets a variable forward or reverse search
5764 " For now n and N will always go in the same direction
···60676168 noremap <silent> / :<C-u>call VSCodeNotify('actions.find')<CR>
6269 noremap <silent> n :<C-u>call VSCodeNotify('editor.action.nextMatchFindAction')<CR>
7070+7171+ " Also TODO: these don't move the cursor like they should, need to tell VSCode
7272+ " to update the position or something
6373else
6474 " ordinary vim/neovim settings that don't apply in VSCode
6575 set mouse=a