Skip to content

Commit

Permalink
save shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
vimkim committed Dec 2, 2023
1 parent b2c3db9 commit fa2343d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ require('lazy').setup({
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
--
-- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins
-- { import = 'custom.plugins' },
{ import = 'custom.plugins' },
}, {})

-- [[ Setting options ]]
Expand Down Expand Up @@ -321,6 +321,8 @@ map("", "K", "N", {})
map("", "L", "I", {})

map("i", ",s", "<ESC>", {})
map("", ",s", "<ESC>:w<cr>", {})
map("", ",q", "<ESC>:q<cr>", {})


-- [[ Highlight on yank ]]
Expand Down

0 comments on commit fa2343d

Please sign in to comment.