From 278f2098a9e58059fe62b8b8dfe2d23184fe4ff7 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Thu, 31 Aug 2023 12:32:56 +0530 Subject: nvim: nvim-tree: don't use custom mappings Signed-off-by: Brahmajit Das --- lua/plugins/nvim-tree.lua | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'lua') diff --git a/lua/plugins/nvim-tree.lua b/lua/plugins/nvim-tree.lua index 01dfa51..b040a20 100644 --- a/lua/plugins/nvim-tree.lua +++ b/lua/plugins/nvim-tree.lua @@ -17,39 +17,6 @@ require('nvim-tree').setup({ number = false, relativenumber = false, signcolumn = "yes", - mappings = { - custom_only = false, - list = { - a = 'create', - d = 'remove', - l = 'parent_node', - L = 'dir_up', - K = 'last_sibling', - J = 'first_sibling', - o = 'system_open', - p = 'paste', - r = 'rename', - R = 'refresh', - t = 'next_sibling', - T = 'prev_sibling', - v = 'next_git_item', - V = 'prev_git_item', - x = 'cut', - yl = 'copy_name', - yp = 'copy_path', - ya = 'copy_absolute_path', - yy = 'copy', - [';'] = 'edit', - ['.'] = 'toggle_ignored', - ['h'] = 'toggle_help', - [''] = 'close_node', - [''] = 'preview', - [''] = 'close_node', - [''] = 'full_rename', - [''] = 'tabnew', - [''] = 'split', - }, - }, }, renderer = { group_empty = true, -- cgit v1.2.3