diff --git a/lua/core/binds.lua b/lua/core/binds.lua index bf04f59..e7be853 100644 --- a/lua/core/binds.lua +++ b/lua/core/binds.lua @@ -43,14 +43,6 @@ map('n', '', 'zz') -- execute order 111 map('n', 'x', '!chmod +x %') --- tabs ---[[ map('n', '', 'tabnew') -map('n', '', 'tabclose') -map('n', '', 'tabprevious') -map('n', '', 'tabnext') -map('n', 'tL', 'tabmove +1') -map('n', 'tH', 'tabmove -1') ]] - -- add some keybinds to the file view a.nvim_create_autocmd('FileType', { pattern = 'netrw',