dotfiles with stow

This commit is contained in:
Michael Chalupiak
2024-09-05 19:14:30 -04:00
parent 2c44971f2f
commit 00f346b438
99 changed files with 28618 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# unbind keys
# unbind-key ENTER
unbind-key j
unbind-key k
unbind-key h
unbind-key l
unbind-key g
unbind-key G
# bind keys - vim style
bind-key j down
bind-key k up
bind-key l open
bind-key h quit
bind-key g home
bind-key G end
podlist-format "%2i %b %> %S [%dMB / %tMB] [%p %%] [%K]"
download-filename-format "%t | %n [%F].%e"
download-path "~/podcasts/%n/"
macro 1 set browser "curl %u --output /tmp/image && sxiv /tmp/image && rm /tmp/image"; one; set browser lynx
macro 2 set browser "mpv --vid=no -- %u"; one; set browser lynx