Compare commits

..

No commits in common. "cfb88473fc08d625a368df9a23258a1e3438209b" and "32760db44f73828112357d0b59392271d7eac2b2" have entirely different histories.

View File

@ -31,7 +31,7 @@ setnx('<leader>of', '<CMD>enew<CR>', 'Open new file')
setnx('<leader>ow', '<CMD>Telescope workspaces', 'Open workspace') setnx('<leader>ow', '<CMD>Telescope workspaces', 'Open workspace')
setnx('<leader>ol', '<CMD>Lazy<CR>', 'Open Lazy') setnx('<leader>ol', '<CMD>Lazy<CR>', 'Open Lazy')
setnx('<leader>om', '<CMD>Mason<CR>', 'Open Mason') setnx('<leader>om', '<CMD>Mason<CR>', 'Open Mason')
setnx('<leader>oc', '<CMD>cd ' .. vim.fn.stdpath('config') .. '<CR><CMD>Oil .<CR>', 'Open neovim configuration') setnx('<leader>oc', '<CMD>cd ' .. vim.fn.stdpath('config') .. '<CR><CMD>Oil<CR>', 'Open neovim configuration')
setnx('<leader>og', neogit.open, 'Open (neo)git') setnx('<leader>og', neogit.open, 'Open (neo)git')
-- Exit terminal mode with ESC -- Exit terminal mode with ESC