remove tab binds

they were already unused (commented out)
This commit is contained in:
2023-05-10 17:18:43 -04:00
parent a39d8e3433
commit 7dfcfc6a62

View File

@ -43,14 +43,6 @@ map('n', '<C-u>', '<C-u>zz')
-- execute order 111
map('n', '<leader>x', '<cmd>!chmod +x %<CR>')
-- tabs
--[[ map('n', '<C-i>', '<cmd>tabnew<CR>')
map('n', '<C-o>', '<cmd>tabclose<CR>')
map('n', '<C-u>', '<cmd>tabprevious<CR>')
map('n', '<C-p>', '<cmd>tabnext<CR>')
map('n', '<leader>tL', '<cmd>tabmove +1<CR>')
map('n', '<leader>tH', '<cmd>tabmove -1<CR>') ]]
-- add some keybinds to the file view
a.nvim_create_autocmd('FileType', {
pattern = 'netrw',