Update 1.RockyLinux.md

This commit is contained in:
Ste Vaidis 2023-08-03 11:07:13 +03:00
parent 28cf2fccea
commit 90491251c2

View File

@ -38,11 +38,12 @@ exec bash
# FZF
```sh
dnf -y install fzf fd-find bat
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
# Alt C change directory
# Ctrl R show history
# Ctrl T select file / directory
# Ctrl-t find files / directories
# Ctrl-r find in history
# Alt-c change directory
# kill -9 **TAB autocomplete option
```