diff --git a/nvim/.config/nvim/lua/plugins.lua b/nvim/.config/nvim/lua/plugins.lua index 14d0c36..3f11bdc 100644 --- a/nvim/.config/nvim/lua/plugins.lua +++ b/nvim/.config/nvim/lua/plugins.lua @@ -22,7 +22,7 @@ require("packer").startup(function() -- essential use { 'numToStr/Navigator.nvim', - config = function() require('Navigator').setup({ mux = "wezterm" }) end + config = function() require('Navigator').setup() end } -- allow seamless navigation between vim buffers and tmux splits use 'jeffkreeftmeijer/vim-numbertoggle' -- toggles numbers to absolute for all buffers but the current which is relative use 'RRethy/vim-illuminate' -- highlight other occurences of the word under cursor diff --git a/vifm/.config/vifm/vifmrc b/vifm/.config/vifm/vifmrc index f1938f2..5483da3 100644 --- a/vifm/.config/vifm/vifmrc +++ b/vifm/.config/vifm/vifmrc @@ -392,8 +392,6 @@ filextype *.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob, \*.as[fx] \ {View using unique mplayer instance} \ umpv %f &, - \ {View in timg} - \ timg --title --center --clear %f; read -k 1 -s -r, \ {View using ffplay} \ ffplay -fs -autoexit %f, \ {View using Dragon} @@ -427,8 +425,6 @@ fileviewer *.[1-8] man ./%c | col -b " Gif filextype *.gif - \ {View in timg} - \ timg --loops=2 --title --center --clear %f; read -k 1 -s -r, \ {Loop} \ mpv --loop=inf %f %i &, fileviewer *.gif @@ -438,8 +434,6 @@ fileviewer *.gif " Images filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm - \ {View in timg} - \ timg --title --center --clear %f; read -k 1 -s -r, \ {View in nsxiv directory viewer} \ vifm-thumbnailer %c, \ {View in nsxiv} @@ -453,7 +447,9 @@ filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm \ {View in gpicview} \ gpicview %c, fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm - \ timg -g%pwx%ph -pq %c + \ kitty +kitten icat --silent --transfer-mode=stream --place=%pwx%ph@%pxx%py %c %N + \ %pc + \ kitty +kitten icat --clear --silent %pd " OpenRaster filextype *.ora