rr- / vim-hexdec

Convert hexadecimal numbers to decimal and vice versa.
MIT License
14 stars 5 forks source link

Change default behaviour to edit current word instead of whole line #5

Open ivan-volnov opened 4 years ago

ivan-volnov commented 4 years ago

I believe when you are traversing through the code in Normal mode it would be more natural to affect the current word only.

However if you select a whole line or group of lines in Visual mode, it assumes that you want to change all numbers in that range.