[fix] Update stuff

This commit is contained in:
Uttarayan
2023-05-02 12:19:50 +05:30
parent ee51e2e877
commit 6ee01f26ed
4 changed files with 11 additions and 9 deletions

View File

@@ -78,7 +78,8 @@ local normal_mode_maps = {
map = [[<cmd>lua require('telescope.builtin').lsp_incoming_calls({fname_width = 40})<cr>]] },
{ key = '<leader>e',
map = [[<Plug>RestNvim<cr>]] },
{ key = '<C-c>', map = [[<cmd>Telescope commands<cr>]] },
{ key = '<leader>u', map = [[<cmd>Telescope undo<cr>]] },
{ key = '<C-c>', map = [[<cmd>Telescope commands<cr>]] },
-- { key = '<ScrollWheelDown>', map = [[<cmd>call comfortable_motion#flick(40)<cr>]], options = { silent = true } },
-- { key = '<ScrollWheelUp>', map = [[<cmd>call comfortable_motion#flick(-40)<cr>]], options = { silent = true } },