mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-03 11:25:46 +01:00
prevent <C-x> from decrementing the number through 0
This commit is contained in:
@@ -137,7 +137,9 @@ ________________________________________________________________________________
|
||||
|<C-x>|
|
||||
||[count]<C-x>||
|
||||
________________________________________________________________________________
|
||||
Decrements the last number in URL by 1, or by [count] if given.
|
||||
Decrements the last number in URL by 1, or by [count] if given. Negative
|
||||
numbers are not supported, as this not generally useful, so the number cannot
|
||||
be decremented past 0.
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user