diff options
author | Ahmed Khalf <[email protected]> | 2021-08-20 11:31:18 +0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-20 09:31:18 +0200 |
commit | 59598723077ac6728fc585c3c88e0ec84ba430c3 (patch) | |
tree | ca663c545cb962234f3fbed862df8c95e1b8069e /lua/core/which-key.lua | |
parent | 1f45d1531d3636102f8971f8b2103b5302f48b68 (diff) |
[Refactor]: consistent update of bufferline offset with nvim-tree (#1351)
* Refactor nvim-tree
* Fix stylua comments
* Delete useless functions
* Remove autocmd and fix tasty's bug
* Fix luacheck
* Fix icon issue
* Fix formatting
* Fix formatting again
* Resolve Tasty's request
* Replace double dashes with blank line
Diffstat (limited to 'lua/core/which-key.lua')
-rw-r--r-- | lua/core/which-key.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/core/which-key.lua b/lua/core/which-key.lua index ff53142c..5b249430 100644 --- a/lua/core/which-key.lua +++ b/lua/core/which-key.lua @@ -66,7 +66,6 @@ M.config = function() ["q"] = { "<cmd>q!<CR>", "Quit" }, ["/"] = { "<cmd>CommentToggle<CR>", "Comment" }, ["c"] = { "<cmd>BufferClose!<CR>", "Close Buffer" }, - ["e"] = { "<cmd>lua require'core.nvimtree'.toggle_tree()<CR>", "Explorer" }, ["f"] = { "<cmd>Telescope find_files<CR>", "Find File" }, ["h"] = { "<cmd>nohlsearch<CR>", "No Highlight" }, b = { |