Skip to content

Commit

Permalink
fix: remove cursor motion keymaps W, B, E
Browse files Browse the repository at this point in the history
Recover back to native keymaps
  • Loading branch information
adoyle-h committed Jul 4, 2023
1 parent 14f2fa5 commit f4e5b13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/one/plugins/move/caml-case.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@ return {
{ '', 'w', '<Plug>CamelCaseMotion_w', { silent = true } },
{ '', 'b', '<Plug>CamelCaseMotion_b', { silent = true } },
{ '', 'e', '<Plug>CamelCaseMotion_e', { silent = true } },
{ '', 'W', 'w', { noremap = true } },
{ '', 'B', 'b', { noremap = true } },
{ '', 'E', 'e', { noremap = true } },
},
}

0 comments on commit f4e5b13

Please sign in to comment.