mirror of
https://github.com/Phantop/dotfiles
synced 2025-01-03 10:47:36 +00:00
9 lines
219 B
Fish
9 lines
219 B
Fish
abbr !. --position anywhere -f history_find -r '^!.*'
|
|
abbr !! --position anywhere -f history_last
|
|
abbr do ''
|
|
abbr done end
|
|
bind \ed 'ncdu'
|
|
bind \ef '_fzf_wrapper | clip'
|
|
bind \e\co 'open (_fzf_wrapper)'
|
|
printf "\e[5 q"
|