[yt-svn] commit/yt: MatthewTurk: Correcting vim keybindings in reason. Thanks, Cameron.

Bitbucket commits-noreply at bitbucket.org
Tue Feb 14 14:29:38 PST 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/610c5ddbcece/
changeset:   610c5ddbcece
branch:      yt
user:        MatthewTurk
date:        2012-02-14 23:29:29
summary:     Correcting vim keybindings in reason.  Thanks, Cameron.
affected #:  1 file

diff -r b165f4dc9df3d776ea1770aaf873316683569835 -r 610c5ddbcece009221f7ed594d9346f35c45b11a yt/gui/reason/html/js/widget_plotwindow.js
--- a/yt/gui/reason/html/js/widget_plotwindow.js
+++ b/yt/gui/reason/html/js/widget_plotwindow.js
@@ -67,19 +67,19 @@
                control_panel.get("zoomout2x").handler();
             }
         },
-        {key: 'i',
+        {key: 'k',
          shift: false,
          fn: function(){
                control_panel.get("singleuparrow").handler();
             }
         },
-        {key: 'k',
+        {key: 'j',
          shift: false,
          fn: function(){
                control_panel.get("singledownarrow").handler();
             }
         },
-        {key: 'j',
+        {key: 'h',
          shift: false,
          fn: function(){
                control_panel.get("singleleftarrow").handler();
@@ -91,19 +91,19 @@
                control_panel.get("singlerightarrow").handler();
             }
         },
-        {key: 'I',
+        {key: 'K',
          shift: true,
          fn: function(){
                control_panel.get("doubleuparrow").handler();
             }
         },
-        {key: 'K',
+        {key: 'J',
          shift: true,
          fn: function(){
                control_panel.get("doubledownarrow").handler();
             }
         },
-        {key: 'J',
+        {key: 'H',
          shift: true,
          fn: function(){
                control_panel.get("doubleleftarrow").handler();

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list