diff --git a/README.md b/README.md index 4dd2bd8..0d103d7 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Who is who in **bin** directory: - `hd SYMBOL` draw a pretty heading - `i`/`ui` indent/unindent selection - `lstrip` remove leading whitespace -- `search` search with The Silver Searcher +- `s` search with The Silver Searcher - `t2s N_SPACES`/`s2t N_SPACES` tabs <=> spaces - `upper`/`lower` convert selection to uppercase/lowercase diff --git a/bin/search b/bin/s similarity index 100% rename from bin/search rename to bin/s