mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 15:53:39 -05:00
Added - kubectl Suggested by
@@ -482,7 +482,7 @@ fh() {
|
|||||||
# fhe - repeat history edit
|
# fhe - repeat history edit
|
||||||
writecmd (){ perl -e 'ioctl STDOUT, 0x5412, $_ for split //, do{ chomp($_ = <>); $_ }' ; }
|
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
|
([ -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] describe pods
|
||||||
- [x] logs
|
- [x] logs
|
||||||
|
|
||||||
|
Suggested by: [@shmuel-raichman](https://github.com/shmuel-raichman/dotfiles)
|
||||||
|
|
||||||
### ASDF
|
### ASDF
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user