diff --git a/vimperator/content/config.js b/vimperator/content/config.js index 1d088c48..3bbe4fa6 100644 --- a/vimperator/content/config.js +++ b/vimperator/content/config.js @@ -125,10 +125,10 @@ const config = { //{{{ get ignoreKeys() { delete this.ignoreKeys; return this.ignoreKeys = { - "": modes.NORMAL | modes.INSERT, - "": modes.NORMAL | modes.INSERT, - "": modes.NORMAL | modes.INSERT, - "": modes.NORMAL | modes.INSERT, + "": modes.NORMAL | modes.INSERT, + "": modes.NORMAL | modes.INSERT, + "": modes.NORMAL | modes.INSERT, + "": modes.NORMAL | modes.INSERT, } }, diff --git a/xulmus/content/config.js b/xulmus/content/config.js index 004c8500..e7c5fd01 100644 --- a/xulmus/content/config.js +++ b/xulmus/content/config.js @@ -168,10 +168,10 @@ const config = { //{{{ get ignoreKeys() { delete this.ignoreKeys; return this.ignoreKeys = { - "": modes.NORMAL | modes.INSERT, - "": modes.NORMAL | modes.INSERT, - "": modes.NORMAL | modes.INSERT, - "": modes.NORMAL | modes.INSERT, + "": modes.NORMAL | modes.INSERT, + "": modes.NORMAL | modes.INSERT, + "": modes.NORMAL | modes.INSERT, + "": modes.NORMAL | modes.INSERT, } },