mirror of
https://github.com/zoriya/dotfiles.git
synced 2026-06-02 02:55:58 +00:00
Add scratchpad binding
This commit is contained in:
@@ -5,3 +5,10 @@ vim.g["codi#interpreters"] = {
|
||||
}
|
||||
|
||||
vim.g["codi#virtual_text_pos"] = 90
|
||||
|
||||
local wk = require "which-key"
|
||||
wk.register({
|
||||
s = { "<cmd>CodiSelect<cr>", "Open a Sratchpad" },
|
||||
}, {
|
||||
prefix = "<leader>",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user