Skip to content

Commit

Permalink
fix(plugins): remove cinnamon animation on <C-o> & <C-i>
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Jun 11, 2022
1 parent 6c748c3 commit 2368acc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/plugins/cinnamon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ vim.keymap.set('n', '#', "<Cmd>lua Scroll('#')<CR>")
vim.keymap.set('n', 'g*', "<Cmd>lua Scroll('g*')<CR>")
vim.keymap.set('n', 'g#', "<Cmd>lua Scroll('g#')<CR>")

-- Previous/next cursor location:
vim.keymap.set('n', '<C-o>', "<Cmd>lua Scroll('<C-o>')<CR>")
vim.keymap.set('n', '<C-i>', "<Cmd>lua Scroll('1<C-i>')<CR>")

-- Window scrolling:
vim.keymap.set('n', 'zz', "<Cmd>lua Scroll('zz', 0, 1)<CR>")
vim.keymap.set('n', 'zt', "<Cmd>lua Scroll('zt', 0, 1)<CR>")
Expand Down

0 comments on commit 2368acc

Please sign in to comment.