Tips: repeat shifting sidewards via "."

This commit is contained in:
Marco Hinz 2016-01-06 12:03:13 +01:00
parent 28d76fae23
commit f701e03403

View File

@ -456,6 +456,8 @@ xnoremap > >gv
``` ```
Now you can use `>>>>>` on your visual selection without any problems. Now you can use `>>>>>` on your visual selection without any problems.
**NOTE**: The same can be achieved using `.`, which repeats the last change.
## Debugging ## Debugging
#### General tips #### General tips