From 7dfcfc6a62bd8c4729a6873fdcce50185d5eba4b Mon Sep 17 00:00:00 2001 From: Squibid Date: Wed, 10 May 2023 17:18:43 -0400 Subject: remove tab binds they were already unused (commented out) --- lua/core/binds.lua | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lua/core/binds.lua') 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', -- cgit v1.2.1