Snippets

yas-new-snippet to create a new snippet for the file type

Create files

neotreeC-x, C-n
diredC-x, C-f type name

Org mode

Kill highlight

<space> s c

Opening files over ssh in spacemacs

Hit SPC f f and type /ssh:username@host:~/remote_path Username appears to be important as it hangs without one

Tramp in Spacemacs

dired

dired-hacks : add ons for dired

yasnippets

Compiling from source

git clone https://git.savannah.gnu.org/git/emacs.git
git checkout emacs-28
sudo apt-get build-dep emacs
sudo apt-get install libgccjit0 libgccjit-10-dev
./configure --with-harfbuzz --with-native-compilation
make --jobs=6

Source