From d0ae0a94d182cf65aaa03e8dc9b07ffe5ae25ce9 Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 17 Jul 2024 22:33:37 +0200 Subject: refactor: remove unused code --- lua/pml68/remap.lua | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'lua/pml68') diff --git a/lua/pml68/remap.lua b/lua/pml68/remap.lua index c11bf29..511b707 100644 --- a/lua/pml68/remap.lua +++ b/lua/pml68/remap.lua @@ -77,18 +77,3 @@ vim.api.nvim_create_autocmd('LspAttach', { end, { silent = true }) end }) - --- Netrw (u/vonheikemen) -vim.api.nvim_create_autocmd('filetype', { - pattern = 'netrw', - desc = 'Better mappings for netrw', - callback = function() - local bind = function(lhs, rhs) - vim.keymap.set('n', lhs, rhs, { remap = true, buffer = true }) - end - - bind('a', '%') - - bind('r', 'R') - end -}) -- cgit v1.2.3