vim hard time , break bad habits hjkl

main
spike 2 years ago
parent 99228477fe
commit b832d945fc

@ -39,3 +39,4 @@
-[x] pin all plugins
- [x] autocommand move current directory when move to new window
- [done]fix C-k expand snippet - it was alacritty overriding C-k
- [done] install vim hardway .. ? gajim

@ -285,6 +285,14 @@ return {
lock = true,
},
-- get rid of bad habits
["takac/vim-hardtime"] = {
setup = function()
vim.g.hardtime_default_on = 1
vim.g.hardtime_showmsg = 1
end
},
-- ["chentoast/marks.nvim"] = {
-- opt = true,
-- keys = {"m", "d"},

Loading…
Cancel
Save