Theming

space + th. You can navigate there with ctrl + por ctrl + n

Syntax highlighting

:TSInstall elixir

Getting installed syntaxes: TSInstallInfo

File tree

Using Nvim Tree under the hood.

ctrl + n for opening the file tree. You can use m to mark files.

Use a to create a new file. Use c to copy a file. Use p to paste a copied file. r to rename a file.

Telescope

Open it: space + f

Search through files: space + ff

Search through only our open buffers: space + f b

Panes

Create a horiziontal pane: :split or :sp Create a vertical pane: :vsplit or :vsp

Close pane: ctrl + w + q

Navigate to right pane: ctrl + w + l Navigate to left pane: ctrl + w + h

Tabs / buffers

Go through buffers: tab or shift + tabto cycle through it backwards Close buffer: space + x

Terminal

Vertical terminal: space + v Horiztonal terminal: space + h