remove custom gx command in favor of netrw functionnalities and add documentation for netrw hijack
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user