1
0
Fork 0
nvim-dot-file/lua/keys/main.lua

8 lines
159 B
Lua
Raw Permalink Normal View History

2024-05-29 18:20:25 +05:00
require("keys/alias")
-- Set addtional hotkey for disable mod
im("<C-k>", "<escape>")
vm("<C-k>", "<escape>")
nm("<C-k>", "<escape>")
tm("<C-k>", "<escape>")