Skip to content

Commit

Permalink
Mappings for coerce.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
primeapple committed Nov 20, 2024
1 parent 5af8ef1 commit 93b6661
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .config/nvim/lua/plugins/other.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ return {
{ 'cr' },
{ 'gcr', mode = { 'n', 'x' } },
},
config = true,
opts = {
default_mode_keymap_prefixes = {
normal_mode = 'cr',
-- I don't like them but at least they don't break anything
motion_mode = 'gC',
visual_mode = 'gC',
},
},
},

-------------------- NAVIGATION --------------------
Expand Down

0 comments on commit 93b6661

Please sign in to comment.