clear vim prompt when updating the fs

This commit is contained in:
kyazdani42
2020-02-20 17:55:59 +01:00
parent e86c857960
commit 49b9798cbc
4 changed files with 28 additions and 10 deletions

View File

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