:open <filename>
to create a new fileC
to create more cursorsx
one or more times then d
to delete the current line,:cd <dir>
to change the current directory, :pwd
to check the current directory.CTRL + x
to trigger auto-completeJavaScript and TypeScript:
npm i -g vscode-langservers-extracted
npm i -g typescript-language-server typescript
Java Lanugage Server (jdtls) Download from https://download.eclipse.org/jdtls/milestones and add the bin directory to system path.
Check the installation of the Language Server
hx --health
Enable word-wrap
:toggle-option soft-wrap.enable
Tags linux tools