wozers
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
local misc = require("core.misc")
|
||||
local map_local = misc.map_local
|
||||
local map_local = core.misc.map_local
|
||||
|
||||
map_local("n", "h", "-", { noremap = false, remap = true }) -- Go up a directory
|
||||
map_local("n", "l", "<CR>", { noremap = false, remap = true }) -- Go down a directory / open a file
|
||||
@ -17,5 +16,5 @@ end)
|
||||
map_local("n", "rt", function()
|
||||
vim.api.nvim_set_current_dir(vim.b.netrw_curdir)
|
||||
vim.notify("root dir updated: "..vim.b.netrw_curdir, vim.log.levels.LOW,
|
||||
{ title = misc.appid })
|
||||
{ title = core.misc.appid })
|
||||
end)
|
||||
|
Reference in New Issue
Block a user