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 # 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
``` ```