Rename S -> F
This commit is contained in:
parent
d5fc4fe6de
commit
6d23db05c2
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue