pepper 0.15.1

A simple and opinionated modal code editor for your terminal
Documentation
1
2
3
4
5
6
7
copy-command "xsel --clipboard --input"
paste-command "xsel --clipboard --output"

map-normal <space>o [[: find-file "find . -type f -printf '%P\n'"<enter>]]
map-normal <space>f [[: find-pattern 'grep --recursive --binary-files=without-match --with-filename --line-number "{}"'<enter>]]