mappings n stuff

This commit is contained in:
Christian Nieves
2023-05-03 16:36:25 -05:00
parent 096d5435c8
commit 2987b5d89b
6 changed files with 25 additions and 10 deletions

View File

@ -2,7 +2,6 @@ local map = require("utils").map
local use_google = require("utils").use_google
if use_google() then
map("n", "<leader>tw", ":Telescope citc workspaces<CR>")
map("n", "<leader>tm", ":Telescope citc modified<CR>")
map("n", "<leader>tb", ":Telescope file_browser<CR>")