Update 1.RockyLinux.md
This commit is contained in:
parent
28cf2fccea
commit
90491251c2
@ -38,11 +38,12 @@ exec bash
|
|||||||
# FZF
|
# FZF
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
dnf -y install fzf fd-find bat
|
||||||
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
||||||
~/.fzf/install
|
~/.fzf/install
|
||||||
# Alt C change directory
|
# Ctrl-t find files / directories
|
||||||
# Ctrl R show history
|
# Ctrl-r find in history
|
||||||
# Ctrl T select file / directory
|
# Alt-c change directory
|
||||||
# kill -9 **TAB autocomplete option
|
# kill -9 **TAB autocomplete option
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user