fzf/shell
Jan Warchoł 6dcf5c3d7d
[bash] Make complex commands slightly more friendly to work with (#2784)
- extract logical parts to separate variables (e.g. $opts)
- put options in $opts in similar order
- move +/-m into $opts (at the end, so they won't be overridden)
- split pipelines into multiple lines
- remove "echo" that seems to be redundant

All this should help with readability and also result in cleaner diffs
when changes are made.
2022-04-29 19:04:16 +09:00
..
completion.bash [bash] Suppress error message from 'bind' 2021-11-03 23:26:25 +09:00
completion.zsh [zsh] Properly reset prompt after completion (#2318) 2021-01-13 04:09:34 +09:00
key-bindings.bash [bash] Make complex commands slightly more friendly to work with (#2784) 2022-04-29 19:04:16 +09:00
key-bindings.fish [shell] ALT-C: Use builtin cd to avoid conflicts (#2799) 2022-04-22 21:58:32 +09:00
key-bindings.zsh [shell] ALT-C: Use builtin cd to avoid conflicts (#2799) 2022-04-22 21:58:32 +09:00