diff --git a/help/commands.md b/help/commands.md index 718a1d9..ca0721d 100644 --- a/help/commands.md +++ b/help/commands.md @@ -2,16 +2,15 @@ Omakub installs a host of modern commands that improve on the Linux stables. You should eventually read up on all eza, fzf, zoxide, bat has to offer.But here are the most important ways. -| Command | Function | -| ------------------------ | ------------------------------- | -| lt | Show nested files and directories | -| ff | Fuzzy find files from current dir | -| .. | Go up one directory from current | -| ... | Go up two directories from current | -| .... | Go up three directories from current | +| Command | Function | +| ------------------------- | ------------------------------------------- | +| lt | Show nested files and directories | +| ff | Fuzzy find files from current dir | +| .. | Go up one directory from current | +| ... | Go up two directories from current | +| .... | Go up three directories from current | | z | Quick jump to nested dir you've used before | -| n . | Open neovim with current dir | -| g | Git | -| compress | Compress named file/dir as tar.gz | -| decompress | Decompress tar.gz file | - +| n . | Open neovim with current dir | +| g | Git | +| compress | Compress named file/dir as tar.gz | +| decompress | Decompress tar.gz file |