Skip to content

Commit 38bafa4

Browse files
committed
Attempt file yank
1 parent 8568c46 commit 38bafa4

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

lib/nvim/lua/plugin_config/snacks_picker.lua

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@ local snacks = require('snacks')
22
local colors = require('dracula').colors()
33

44
snacks.setup({
5-
picker = { enabled = true, },
5+
picker = {
6+
enabled = true,
7+
win = {
8+
input = {
9+
keys = {
10+
["y"] = "explorer_yank",
11+
},
12+
},
13+
},
14+
},
615
explorer = { enabled = true },
716

817
bigfile = { enabled = false },

0 commit comments

Comments
 (0)