# Helix Editor **Command help** ? Delete = d Select line = x Delete line = xd Macro Start Record = Q Macro Repeat = q yank to clipboard = SPACE-y ### Configuration Directory: `~/.config/helix` **Setting the runtime:** `echo 'export HELIX_RUNTIME=$(~/.config/helix/runtime)' >> ~/.zshrc` `source ~/.zshrc` **Log**: `~/.cache/helix` **Allow all module loading, MacOS security disable per file**: `xattr -d com.apple.quarantine ~/.config/helix/runtime/grammars/*`