we
This commit is contained in:
parent
9163ca8271
commit
9be0ce3b9b
1 changed files with 18 additions and 0 deletions
|
@ -1 +1,19 @@
|
||||||
|
# general settings
|
||||||
|
auto-reload yes
|
||||||
|
max-items 50
|
||||||
|
|
||||||
|
# image viewer
|
||||||
macro i set pager "/home/sako/.config/newsboat/kitty-img-pager.sh"; open; set pager internal
|
macro i set pager "/home/sako/.config/newsboat/kitty-img-pager.sh"; open; set pager internal
|
||||||
|
|
||||||
|
# unbind keys
|
||||||
|
unbind-key ENTER
|
||||||
|
unbind-key j
|
||||||
|
unbind-key k
|
||||||
|
unbind-key J
|
||||||
|
unbind-key K
|
||||||
|
|
||||||
|
# bind keys - vim style
|
||||||
|
bind-key j down
|
||||||
|
bind-key k up
|
||||||
|
bind-key l open
|
||||||
|
bind-key h quit
|
||||||
|
|
Loading…
Reference in a new issue