updates
This commit is contained in:
+2
-2
@@ -444,8 +444,8 @@ require("lazy").setup({
|
|||||||
["<C-t>"] = actions.select_tab,
|
["<C-t>"] = actions.select_tab,
|
||||||
["<S-Tab>"] = actions.toggle_selection + actions.move_selection_worse,
|
["<S-Tab>"] = actions.toggle_selection + actions.move_selection_worse,
|
||||||
["<Tab>"] = actions.toggle_selection + actions.move_selection_better,
|
["<Tab>"] = actions.toggle_selection + actions.move_selection_better,
|
||||||
["<C-q>"] = actions.send_to_qflist + actions.open_qflist,
|
["<C-q>"] = actions.send_to_loclist + actions.open_loclist,
|
||||||
["<M-q>"] = actions.send_selected_to_qflist + actions.open_qflist,
|
["<M-q>"] = actions.send_selected_to_loclist + actions.open_loclist,
|
||||||
["<PageUp>"] = actions.results_scrolling_up,
|
["<PageUp>"] = actions.results_scrolling_up,
|
||||||
["<PageDown>"] = actions.results_scrolling_down,
|
["<PageDown>"] = actions.results_scrolling_down,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -16,6 +16,8 @@ map w7 tab_open 7
|
|||||||
map w8 tab_open 8
|
map w8 tab_open 8
|
||||||
map w9 tab_open 9
|
map w9 tab_open 9
|
||||||
map <alt>w taskview_open
|
map <alt>w taskview_open
|
||||||
|
map <c-j> scroll_preview 1
|
||||||
|
map <c-k> scroll_preview -1
|
||||||
setinregex re=/mnt/hdd1/gdrive preview_directories false
|
setinregex re=/mnt/hdd1/gdrive preview_directories false
|
||||||
setinregex re=/mnt/hdd1/gdrive preview_files false
|
setinregex re=/mnt/hdd1/gdrive preview_files false
|
||||||
setinregex re=/mnt/hdd1/gdrive preview_images false
|
setinregex re=/mnt/hdd1/gdrive preview_images false
|
||||||
|
|||||||
Reference in New Issue
Block a user