From dbaa83d43b63634f457357e1c4d964a00939b722 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 28 May 2024 20:32:02 -0700 Subject: [PATCH] Fix indention --- help/commands.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) 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 |