fix opening config
This commit is contained in:
parent
1f5f04cef1
commit
d3ee528e2b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user