feat: eww hypr alacritty and more
This commit is contained in:
parent
7fb4f9ee73
commit
99f7c60db7
431 changed files with 9853 additions and 23 deletions
9
nvim/lua/settings/keymaps.lua
Normal file
9
nvim/lua/settings/keymaps.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
local opts = { noremap = true, silent = true }
|
||||
|
||||
local term_opts = { silent = true }
|
||||
|
||||
-- Shorten function name
|
||||
local keymap = vim.api.nvim_set_keymap
|
||||
|
||||
|
||||
keymap("n", "c" ,":CodeActionMenu<CR>" , opts)
|
||||
Loading…
Add table
Add a link
Reference in a new issue