neovim: Use `-` to open current directory.
parent
7ccf651813
commit
017f36d6cf
|
@ -168,6 +168,8 @@ in
|
||||||
|
|
||||||
-- "Zoom" in on a window
|
-- "Zoom" in on a window
|
||||||
vim.keymap.set("n", "<c-w>z", ":tabedit %<CR>")
|
vim.keymap.set("n", "<c-w>z", ":tabedit %<CR>")
|
||||||
|
-- Open working directory.
|
||||||
|
vim.keymap.set("n", "-", ":Explore<CR>")
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue