mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] implement the A and I mappings for Visual mode
This commit is contained in:
parent
e7a56e0e5b
commit
656b1d74a3
1 changed files with 3 additions and 0 deletions
|
@ -145,6 +145,9 @@ set commentstring=//%s
|
|||
" 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
|
||||
|
||||
" }}}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue