mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
* [shell] replace perl with awk in key-bindings.zsh
Unlike awk, which is even defined in POSIX, perl is not pre-installed
on all *nix systems. This awk command is functionally equivalent to
the original perl command.
* [shell] include date or time in Zsh history if available
If extended_history is enabled, the history widget will display:
12 2022-04-02 echo "older command"
123 today'16:30 echo "today's command"
|
||
|---|---|---|
| .. | ||
| completion.bash | ||
| completion.zsh | ||
| key-bindings.bash | ||
| key-bindings.fish | ||
| key-bindings.zsh | ||
| LICENSE | ||
| README.md | ||
This directory contains the shell bindings for skim.
Note that the content in this directory is copied from fzf and modified to fit skim.
The scripts in this directory will not be maintained by skim.
But you are welcome to submit PR for update the scripts to the fzf's latest scripts. Thanks!