diff --git a/chrome/content/vimperator/mappings.js b/chrome/content/vimperator/mappings.js index 5192fb61..9ec5df99 100644 --- a/chrome/content/vimperator/mappings.js +++ b/chrome/content/vimperator/mappings.js @@ -76,9 +76,9 @@ function Mappings() this.user = []; this.flags = { - MOTION: 1 << 0, - COUNT: 1 << 1, - ARGUMENT: 1 << 2 + MOTION: 1 << 1, + COUNT: 1 << 2, + ARGUMENT: 1 << 3 }; this.add = function(map)