diff options
Diffstat (limited to '')
| -rw-r--r-- | vimperator/.vimperator/plugin/_smooziee.js | 3 | ||||
| -rw-r--r-- | vimperator/.vimperatorrc | 2 | 
2 files changed, 3 insertions, 2 deletions
diff --git a/vimperator/.vimperator/plugin/_smooziee.js b/vimperator/.vimperator/plugin/_smooziee.js index 357a211..a8af10d 100644 --- a/vimperator/.vimperator/plugin/_smooziee.js +++ b/vimperator/.vimperator/plugin/_smooziee.js @@ -81,7 +81,7 @@ var INFO = xml`  let self = liberator.plugins.smooziee = (function(){    // Mappings  {{{ -  mappings.addUserMap( +/*  mappings.addUserMap(      [modes.NORMAL],      ["j"],      "Smooth scroll down", @@ -103,6 +103,7 @@ let self = liberator.plugins.smooziee = (function(){        count: true      }    ); +*/    mappings.addUserMap(      [modes.NORMAL], diff --git a/vimperator/.vimperatorrc b/vimperator/.vimperatorrc index d523fe2..c3e2ce2 100644 --- a/vimperator/.vimperatorrc +++ b/vimperator/.vimperatorrc @@ -28,4 +28,4 @@ noremap X u  " noremap d <C-d>  " noremap u <C-u> -colorscheme seaweed +colorscheme indigo  | 
