diff options
| -rw-r--r-- | lua/pml68/remap.lua | 15 |
1 files changed, 0 insertions, 15 deletions
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 -}) |
