remove custom gx command in favor of netrw functionnalities and add documentation for netrw hijack

This commit is contained in:
kiyan
2021-02-21 12:27:31 +01:00
parent 894acce5ef
commit ce2420b9da
4 changed files with 14 additions and 26 deletions

View File

@@ -280,7 +280,6 @@ local function set_mappings()
[bindings.next_git_item] = 'on_keypress("next_git_item")';
[bindings.dir_up] = 'on_keypress("dir_up")';
[bindings.close] = 'on_keypress("close")';
gx = "xdg_open()";
}
for k,v in pairs(mappings) do