ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.95k stars 459 forks source link

Delete duplicate keymaps #1362

Closed AngelontheRoad closed 3 weeks ago

AngelontheRoad commented 3 weeks ago

These keymaps are redefined to smart-splits.nvim in keymap/editor.lua

AngelontheRoad commented 3 weeks ago

Is it possible to put windows manager keymaps in a file? Keymaps about create, delete, move, resize or toggle focus of windows/buffers/tabs moves to wm.lua which is placed in lua/keymap, or integrates with ui.lua. Leave mapping.lua basic keymaps. Leaveeditor.lua only keymaps about edit.