change mapping keys for nvimtreefocus
This commit is contained in:
parent
5db010e870
commit
df9a780846
|
@ -170,7 +170,7 @@ M.mappings.plugin = {
|
|||
nvimtree = {
|
||||
-- file tree
|
||||
toggle = "<C-n>",
|
||||
focus = "<C-h>",
|
||||
focus = "<leader>e",
|
||||
},
|
||||
neoformat = {
|
||||
format = "<leader>fm",
|
||||
|
|
|
@ -49,7 +49,6 @@ true_zen.setup {
|
|||
},
|
||||
integrations = {
|
||||
vim_gitgutter = false,
|
||||
galaxyline = true,
|
||||
tmux = false,
|
||||
gitsigns = false,
|
||||
nvim_bufferline = true,
|
||||
|
|
Loading…
Reference in New Issue