Start moving config

This commit is contained in:
Christian Nieves
2022-12-22 18:02:39 +00:00
parent 30ba0ffcee
commit 32f51defaa
4 changed files with 28 additions and 12 deletions

View File

@ -97,3 +97,8 @@ map(
map("n",
"<leader>ps",
[[:Telescope find_files find_command=hg,pstatus,-ma,-n,--template=<CR>]])
map( "n", "<space>tb", ":Telescope file_browser")
map( "n", "<space>fb", ":Telescope file_browser")
map("n", "<leader><leader>", "<Cmd>lua require('telescope').extensions.frecency.frecency({ workspace = 'CWD' })<CR>", {noremap = true, silent = true})