# Misc CLI ## Vim Quick Reference `:wq` and `:x` are the same thing. ## Using `less` for Monitoring `less +F` starts at the end (like `tail -f`): - `Ctrl+C` to detach - `Shift+F` to reattach (can be used after regular call to `less`)