modified: lua/keybinds.lua

This commit is contained in:
2021-11-14 21:11:11 -06:00
parent 1e3b31da65
commit 90a317966d
+2
View File
@@ -63,6 +63,8 @@ map("v", "w", hopword, {silent = true})
-- FZF -- -- FZF --
--------- ---------
map("n", "<Leader>o", ":Files <CR>") map("n", "<Leader>o", ":Files <CR>")
map("n", "<Leader>O", [[:lua vim.fn['fzf#vim#files']('~/') <CR>]])
map("n", "<Leader>g", ":GFiles <CR>")
map("n", "<Leader>p", ":Buffers <CR>") map("n", "<Leader>p", ":Buffers <CR>")
map("n", "<Leader>h", ":Helptags <CR>") map("n", "<Leader>h", ":Helptags <CR>")
map("n", "<Leader>;", ":History: <CR>") map("n", "<Leader>;", ":History: <CR>")