Feat(newsboat): modify g and G keys and add channels

This commit is contained in:
2023-06-13 06:26:29 +02:00
parent c6a5e6ba07
commit b745e15242
2 changed files with 10 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
auto-reload yes
reload-time 30
browser "chromium --incognito"
macro y set browser "tmux new-window mpv %u"; open-in-browser ; set browser chromium
macro Y set browser "mpv %u"; open-in-browser ; set browser chromium
macro y set browser "tmux new-window mpv %u"; open-in-browser ; set browser "chromium --incognito"
macro Y set browser "mpv %u"; open-in-browser ; set browser "chromium --incognito"
unbind-key h
unbind-key j
@@ -14,6 +14,13 @@ bind-key j down
bind-key k up
bind-key l open
unbind-key G
bind-key G end
bind-key s sort
unbind-key g
bind-key g home
bind-key S rev-sort
color background default default
color listnormal default default
color listnormal_unread default default