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>]]