Rename S -> F

This commit is contained in:
Ev Bogdanov 2018-01-19 01:44:50 +03:00
parent d5fc4fe6de
commit 6d23db05c2
2 changed files with 2 additions and 2 deletions

View file

@ -75,10 +75,10 @@ Who is who in **bin** directory:
- `b` create an indented C-like block `{ ... }` - `b` create an indented C-like block `{ ... }`
- `c SYMBOL`/`uc SYMBOL` comment/uncomment selection - `c SYMBOL`/`uc SYMBOL` comment/uncomment selection
- `commit MESSAGE` commit and push to master - `commit MESSAGE` commit and push to master
- `f TEXT` find TEXT using The Silver Searcher
- `hd SYMBOL` draw a pretty heading - `hd SYMBOL` draw a pretty heading
- `i`/`ui` indent/unindent selection - `i`/`ui` indent/unindent selection
- `lstrip` remove leading whitespace - `lstrip` remove leading whitespace
- `s` search with The Silver Searcher
- `t2s N_SPACES`/`s2t N_SPACES` tabs <=> spaces - `t2s N_SPACES`/`s2t N_SPACES` tabs <=> spaces
- `upper`/`lower` convert selection to uppercase/lowercase - `upper`/`lower` convert selection to uppercase/lowercase

View file

@ -12,5 +12,5 @@ fi
ag --nocolor --noheading "$@" ag --nocolor --noheading "$@"
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo 'No results.' echo 'Not found'
fi fi