m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

Added - kubectl Suggested by

Shmuel Raichman
2022-07-12 19:03:43 +03:00
parent e1f08d43ec
commit 070f9fa483

@@ -482,7 +482,7 @@ fh() {
# fhe - repeat history edit
writecmd (){ perl -e 'ioctl STDOUT, 0x5412, $_ for split //, do{ chomp($_ = <>); $_ }' ; }
fhe() {
fhe() {Suggested by
([ -n "$ZSH_NAME" ] && fc -l 1 || history) | fzf +s --tac | sed -re 's/^\s*[0-9]+\s*//' | writecmd
}
```
@@ -970,6 +970,7 @@ This was tested with:
- [x] describe pods
- [x] logs
Suggested by: [@shmuel-raichman](https://github.com/shmuel-raichman/dotfiles)
### ASDF