Added
Open workspace binding ctrl+o+w
Added Notes on incompatibility with Neovim
Changed
- GPL v3.0 to MIT License
Fixed
tab
cycle next editorshift+tab
cycle previous editor
Changed
ctrl+shift+t
toggle terminal to toggle or focus terminalctrl+space+t
to terminal menu (new, toggle, focus)ctrl+space+T
toctrl+space+u
toggle UI menuctrl+space+b+Y
toctrl+space+y
copy buffer to clipboardctrl+space+d+d
toctrl+space+s
start debug
Added
d
delete filep
paste filex
cut filey
copy filectrl+shift+h
increase editor sizectrl+shift+l
decrease editor sizectrl+space+?
view all referencesctrl+space+l
LSP menu (refactor, autofix, definition, declaration, format, symbol)ctrl+space+o
open menu (directory, file, recent)ctrl+space+p
peek menu (definition, declaration, implementation, reference)ctrl+space+x
view vscode extensionctrl+space+g+F
git pull fromctrl+space+g+h
git historyctrl+space+g+j
git next changectrl+space+g+k
git previous changectrl+space+g+P
git pullctrl+space+g+t
git create tagctrl+space+g+T
git delete tagctrl+space+w+c
toctrl+space+w+d
close editor group
Removed
ctrl+space+c
close current editorctrl+space+b+P
paste clipboard to buffer
Changed
tab
to enter
to accept suggestion
Changed
enter
totab
to accept suggestion
Removed
tab
to cycle suggestionshift+tab
to cycle suggestion
Fixed
ctrl+e
is now handled by vscode and not vim
Added
- demonsration GIFs
ctrl+space+b+P
paste from clipboard shortcut
Fixed
tab
conflicts with terminal completion
Changed
ctrl+d
is now handled by vim and not vscode
Fixed
ctrl+h
not workingctrl+j
not workingctrl+k
not workingctrl+l
not working
Changed
- Dependencies will be installed/uninstalled automatically
ctrl+a
is now handled by vimctrl+f
is now handled by vimctrl+c
is now handled by vimctrl+x
is now handled by vimctrl+z
is now handled by vimctrl+y
is now handled by vim
Removed
ctrl+n
to remove search highlight is removed
Changed
- Changed extension display name from
lunarkeymap
toLunarKeymap
- Visual Studio Code >=
1.74.0
is now supported
Fixed
ctrl+v
work as expected in vim