mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-02 03:47:54 +00:00
chore(nvim): keymappings
This commit is contained in:
@@ -77,6 +77,15 @@ return {
|
||||
-- Developer configurations: Not meant for general override
|
||||
buffer_previewer_maker = previewers.buffer_previewer_maker,
|
||||
},
|
||||
pickers = {
|
||||
buffers = {
|
||||
mappings = {
|
||||
i = {
|
||||
["<c-d>"] = actions.delete_buffer + actions.move_to_top,
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
extensions_list = { "themes", "terms" },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user