diff --git a/common/modules/buffer.jsm b/common/modules/buffer.jsm index c6509cce..aaea4ac9 100644 --- a/common/modules/buffer.jsm +++ b/common/modules/buffer.jsm @@ -1910,7 +1910,7 @@ var Buffer = Module("Buffer", { function (args) { buffer.scrollVertical("lines", -Math.max(args.count, 1)); }, { count: true }); - mappings.add([modes.COMMAND], dactyl.has("mail") ? ["h", ""] : ["h", "", ""], + mappings.add([modes.NORMAL], dactyl.has("mail") ? ["h", ""] : ["h", "", ""], "Scroll document to the left", function (args) { buffer.scrollHorizontal("columns", -Math.max(args.count, 1)); }, { count: true });