From 90a317966dbb0d3e403656110f6faa961de6c362 Mon Sep 17 00:00:00 2001 From: long Date: Sun, 14 Nov 2021 21:11:11 -0600 Subject: [PATCH] modified: lua/keybinds.lua --- lua/keybinds.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/keybinds.lua b/lua/keybinds.lua index a4c8d7e..b82f580 100644 --- a/lua/keybinds.lua +++ b/lua/keybinds.lua @@ -63,6 +63,8 @@ map("v", "w", hopword, {silent = true}) -- FZF -- --------- map("n", "o", ":Files ") +map("n", "O", [[:lua vim.fn['fzf#vim#files']('~/') ]]) +map("n", "g", ":GFiles ") map("n", "p", ":Buffers ") map("n", "h", ":Helptags ") map("n", ";", ":History: ")