add
This commit is contained in:
5
nvim/lua/config/binds.lua
Normal file
5
nvim/lua/config/binds.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
vim.keymap.set('n', 'mn', ':Neotree dir=./', { desc = "Open NeoTree" })
|
||||
vim.keymap.set('n', 'mt', ':ToggleTerm size=15', { desc = "Terminal" })
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user