ex-mode
ex-mode copied to clipboard
Add quantifiers for commands
I added commands tabl and tabr (move tab to left/to right). And if I want to move tab to 3 positions to left I need to execute command tabl 3 times. It's uncomfortable.
Or I want to close 2 tabs. In Vim I can execute 2q.