Add screenkey mapping
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 29s Details

This commit is contained in:
Yannick Reiß 2024-12-27 16:09:30 +01:00
parent 8cee1dc880
commit 59dc3784af
1 changed files with 1 additions and 1 deletions

View File

@ -62,4 +62,4 @@ require("screenkey").setup({
}, },
}) })
vim.cmd("Screenkey") vim.keymap.set("n", "<leader>kk", ":Screenkey<CR>")