From e8658a3bd1de1867ca10d5d05203d1687af1330e Mon Sep 17 00:00:00 2001 From: Henrik Bakken Date: Fri, 9 Aug 2024 15:05:50 +0200 Subject: [PATCH] updates --- nvim/init.lua | 4 ++-- ranger/rc.conf | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/nvim/init.lua b/nvim/init.lua index dab7b90..dbb0cd1 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -444,8 +444,8 @@ require("lazy").setup({ [""] = actions.select_tab, [""] = actions.toggle_selection + actions.move_selection_worse, [""] = actions.toggle_selection + actions.move_selection_better, - [""] = actions.send_to_qflist + actions.open_qflist, - [""] = actions.send_selected_to_qflist + actions.open_qflist, + [""] = actions.send_to_loclist + actions.open_loclist, + [""] = actions.send_selected_to_loclist + actions.open_loclist, [""] = actions.results_scrolling_up, [""] = actions.results_scrolling_down, }, diff --git a/ranger/rc.conf b/ranger/rc.conf index 7389537..7b157e9 100644 --- a/ranger/rc.conf +++ b/ranger/rc.conf @@ -16,6 +16,8 @@ map w7 tab_open 7 map w8 tab_open 8 map w9 tab_open 9 map w taskview_open +map scroll_preview 1 +map scroll_preview -1 setinregex re=/mnt/hdd1/gdrive preview_directories false setinregex re=/mnt/hdd1/gdrive preview_files false setinregex re=/mnt/hdd1/gdrive preview_images false