change some mappings

This commit is contained in:
siduck76
2021-06-27 22:08:47 +05:30
parent da50d99462
commit 50321ad4a0
2 changed files with 8 additions and 15 deletions

View File

@@ -105,8 +105,8 @@ map("n", "<Leader>fw", [[<Cmd> Telescope live_grep<CR>]], opt)
map("n", "<Leader>db", [[<Cmd> Dashboard<CR>]], opt)
map("n", "<Leader>fn", [[<Cmd> DashboardNewFile<CR>]], opt)
map("n", "<Leader>bm", [[<Cmd> DashboardJumpMarks<CR>]], opt)
map("n", "<Leader>sl", [[<Cmd> SessionLoad<CR>]], opt)
map("n", "<Leader>ss", [[<Cmd> SessionSave<CR>]], opt)
map("n", "<C-s>l", [[<Cmd> SessionLoad<CR>]], opt)
map("n", "<C-s>s", [[<Cmd> SessionSave<CR>]], opt)
-- Telescope
map("n", "<Leader>gt", [[<Cmd> Telescope git_status <CR>]], opt)