Wednesday, July 3, 2024

newsboat config


# Newsboat configuration
##########################
# when you first set up newsboat
# from home, cd into .newsboat
# vim urls and add at least one rss feed
# use this command to batch import multiple rss feeds
###########################
#newsboat -i file.opml
# in the .newsboat directory create this config file
###########################

# Set Firefox as the default browser
browser "firefox %u"

# Configure the 'y' key macro to open links in mpv
macro y set browser "mpv %u" ; open-in-browser ; set browser "firefox %u"

# Additional configuration options can be added below if needed

# Example Newsboat configuration for Vim-like keybindings
bind-key j down
bind-key k up
bind-key h prev
bind-key l next
bind-key gg home
bind-key G end
bind-key r reload
bind-key q quit

No comments:

Post a Comment