Skip to content

Commit

Permalink
[nvim] remove a useless mapping for dot which may have been conflicti…
Browse files Browse the repository at this point in the history
…ng with repeat.vim
  • Loading branch information
dmitmel committed Sep 4, 2021
1 parent 7e254dc commit 7bb3776
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nvim/plugin/editing.vim
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ set commentstring=//%s
xnoremap <M-L> zL
xnoremap <M-Right> zl
" Repeat the last edit n times, taken from <https://gist.github.com/romainl/db725db7babc84a9a6436180cedee188>
nnoremap . <Cmd>execute "normal!" repeat(".", v:count1)<CR>
xnoremap A :normal! A
xnoremap I :normal! I
Expand Down

0 comments on commit 7bb3776

Please sign in to comment.