mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 16:57:54 +00:00
f450efa7f3
With the added interface for multiple manifests, it is now possible to set up this setup around it. In my case, I simply created an extra folder in '.vtsm'. Along with the restructuring, some configurations are changed such as the customized Newsboat config and minor updates here and there.
28 lines
690 B
Plaintext
Executable File
28 lines
690 B
Plaintext
Executable File
# Config copied from Luke Smith's because I'm unoriginal.
|
|
auto-reload yes
|
|
browser "nohup brave --new-tab %u &>/dev/null &"
|
|
macro m set browser "mpv %u"; open-in-browser ; set browser "brave %u"
|
|
|
|
bind-key ; cmdline
|
|
bind-key SPACE next-unread
|
|
bind-key j down
|
|
bind-key k up
|
|
bind-key J next-feed articlelist
|
|
bind-key K prev-feed articlelist
|
|
bind-key ] next-unread
|
|
bind-key [ prev-unread
|
|
bind-key ] next-unread-feed articlelist
|
|
bind-key [ prev-unread-feed articlelist
|
|
bind-key ] next feedlist
|
|
bind-key [ prev feedlist
|
|
bind-key ] next-feed articlelist
|
|
bind-key [ prev-feed articlelist
|
|
bind-key g home
|
|
bind-key G end
|
|
bind-key u pageup
|
|
bind-key d pagedown
|
|
|
|
bind-key r reload-all
|
|
bind-key R reload
|
|
|