Open file in a new tab in Snacks Explorer #1931
-
Hey, i am trying to use Snacks Explorer and i can't find how can i open a file in a new tab, i was using neo-tree and this was easy to do. Could you help me please? |
Beta Was this translation helpful? Give feedback.
Answered by
drowning-cat
May 29, 2025
Replies: 1 comment 3 replies
-
snacks.nvim/lua/snacks/picker/actions.lua Lines 164 to 176 in bc0630e opts = {
picker = {
sources = {
explorer = {
win = {
input = {
keys = {
['<M-t>'] = { 'tab', mode = { 'i', 'n' } },
},
},
list = {
keys = {
['<M-t>'] = 'tab', |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
mattszein
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
snacks.nvim/lua/snacks/picker/actions.lua
Lines 164 to 176 in bc0630e