fzf/shell
bitraid ed76f076dd [fish] Replace external commands with builtins
- Use `string collect` instead of cat to get the contents of
  $FZF_DEFAULT_OPTS_FILE. Also, check if the file is readable first.
- Use `string split` instead of cut to set $FISH_MAJOR, $FISH_MINOR.
- Use `string replace` instead of perl to strip leading tabs.
2024-11-18 19:08:34 +09:00
..
completion.bash Use eval to evaluate $post variable as command. (#4023) 2024-10-15 18:00:27 +09:00
completion.zsh fix(zsh): handle backtick trigger edge case (#4090) 2024-11-14 16:07:52 +09:00
key-bindings.bash Bind CTRL-/ and ALT-/ to toggle-wrap by default 2024-07-08 22:51:47 +09:00
key-bindings.fish [fish] Replace external commands with builtins 2024-11-18 19:08:34 +09:00
key-bindings.zsh revert(zsh): remove 'fc -RI' call in the history widget (#4093) 2024-11-14 10:38:05 +09:00