feat(tunable): add @{editor_path} & @{pager_path}.
This commit is contained in:
parent
4f310b8802
commit
2af1d06f18
35 changed files with 63 additions and 124 deletions
|
|
@ -37,13 +37,8 @@ profile mutt @{exec_path} {
|
|||
|
||||
@{bin}/w3m rCx -> html-renderer,
|
||||
@{bin}/lynx rCx -> html-renderer,
|
||||
@{bin}/vim rCx -> editor,
|
||||
@{bin}/vim.* rCx -> editor,
|
||||
@{bin}/sensible-editor rCx -> editor,
|
||||
|
||||
@{bin}/less rCx -> pager,
|
||||
@{bin}/more rCx -> pager,
|
||||
@{bin}/pager rCx -> pager,
|
||||
@{editor_path} rCx -> editor,
|
||||
@{pager_path} rCx -> pager,
|
||||
|
||||
@{bin}/gpg{2,} rCx -> gpg,
|
||||
@{bin}/gpgconf rCx -> gpg,
|
||||
|
|
@ -118,9 +113,7 @@ profile mutt @{exec_path} {
|
|||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
||||
@{bin}/less mr,
|
||||
@{bin}/more mr,
|
||||
@{bin}/pager mr,
|
||||
@{pager_path} mr,
|
||||
|
||||
/usr/share/terminfo/** r,
|
||||
/usr/share/file/misc/magic.mgc r,
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ profile pass @{exec_path} {
|
|||
@{bin}/gpg{2,} rCx -> gpg,
|
||||
@{bin}/pkill rCx -> pkill,
|
||||
@{bin}/qdbus rCx -> qdbus,
|
||||
@{bin}/vim{,.*} rCx -> editor,
|
||||
@{editor_path} rCx -> editor,
|
||||
@{lib}/git{,-core}/git rCx -> git,
|
||||
@{bin}/wl-{copy,paste} rPx,
|
||||
@{bin}/xclip rPx,
|
||||
|
|
@ -112,10 +112,7 @@ profile pass @{exec_path} {
|
|||
@{bin}/git* mrix,
|
||||
@{lib}/git{,-core}/git* mrix,
|
||||
|
||||
@{bin}/pager rPx -> child-pager,
|
||||
@{bin}/less rPx -> child-pager,
|
||||
@{bin}/more rPx -> child-pager,
|
||||
|
||||
@{pager_path} rPx -> child-pager,
|
||||
@{bin}/gpg{2,} rPx -> pass//gpg,
|
||||
|
||||
/usr/share/git{,-core}/{,**} r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue