mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-21 22:32:46 +00:00
nnn: set up image preview plugin
This commit is contained in:
parent
2cf5f6ee0f
commit
c83c7a5c17
|
@ -9,7 +9,8 @@ fish_add_path -U ~/.local/appdwarf/{,apps{,/bin}}
|
||||||
set -Ux EDITOR nvim
|
set -Ux EDITOR nvim
|
||||||
set -Ux GTK_THEME Dracula
|
set -Ux GTK_THEME Dracula
|
||||||
set -Ux MANPAGER 'nvim +Man!'
|
set -Ux MANPAGER 'nvim +Man!'
|
||||||
set -Ux NNN_PLUG 'f:fzcd;i:imgur;j:autojump;m:nmount;s:imgview'
|
set -Ux NNN_FIFO /tmp/nnn.fifo
|
||||||
|
set -Ux NNN_PLUG 'f:fzcd;i:imgur;j:autojump;m:nmount;p:preview-tui;s:imgview'
|
||||||
set -Ux PAGER most
|
set -Ux PAGER most
|
||||||
set -Ux QT_QPA_PLATFORMTHEME qt5ct
|
set -Ux QT_QPA_PLATFORMTHEME qt5ct
|
||||||
set -Ux USE_CCACHE 1
|
set -Ux USE_CCACHE 1
|
||||||
|
|
|
@ -11,6 +11,7 @@ close_on_child_death yes
|
||||||
initial_window_width 80c
|
initial_window_width 80c
|
||||||
initial_window_height 24c
|
initial_window_height 24c
|
||||||
allow_remote_control yes
|
allow_remote_control yes
|
||||||
|
listen_on unix:@kitty{kitty_pid}
|
||||||
hide_window_decorations yes
|
hide_window_decorations yes
|
||||||
|
|
||||||
map shift+page_up scroll_page_up
|
map shift+page_up scroll_page_up
|
||||||
|
|
Loading…
Reference in a new issue