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