change <c-[> to . to change directory path
This commit is contained in:
@@ -112,7 +112,7 @@ local function set_mappings()
|
||||
['<2-RightMouse>'] = 'open_file("chdir")';
|
||||
['<C-v>'] = 'open_file("vsplit")';
|
||||
['<C-x>'] = 'open_file("split")';
|
||||
['<C-[>'] = 'open_file("chdir")';
|
||||
['.'] = 'open_file("chdir")';
|
||||
a = 'edit_file("create")';
|
||||
d = 'edit_file("remove")';
|
||||
r = 'edit_file("rename")';
|
||||
|
||||
Reference in New Issue
Block a user