add mouse support

This commit is contained in:
kyazdani42
2020-02-19 14:01:40 +01:00
parent ac92bfd911
commit 14f83b3891
2 changed files with 5 additions and 5 deletions

View File

@@ -100,6 +100,7 @@ local function set_mappings()
local mappings = {
['<CR>'] = 'open_file("edit")';
['<2-LeftMouse>'] = 'open_file("edit")';
['<C-v>'] = 'open_file("vsplit")';
['<C-x>'] = 'open_file("split")';
['<C-[>'] = 'open_file("chdir")';