Merge branch 'master' into feature/cut-copy-paste

This commit is contained in:
Kristijan Husak
2020-07-20 17:59:15 +02:00
committed by GitHub
6 changed files with 36 additions and 20 deletions

View File

@@ -51,6 +51,10 @@ function M.on_keypress(mode)
return lib.open_file(mode, node.absolute_path)
end
if mode == 'toggle_ignored' then
return lib.toggle_ignored()
end
if node.name == ".." then
return lib.change_dir("..")
elseif mode == "cd" and node.entries ~= nil then