Skip to content

Commit

Permalink
Use arrow keys for history on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mbauman committed Sep 16, 2012
1 parent 743bd39 commit 98c67b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Default (Linux).sublime-keymap
@@ -1,11 +1,11 @@
[
{ "keys": ["alt+p"], "command": "repl_view_previous",
{ "keys": ["up"], "command": "repl_view_previous",
"context":
[
{ "key": "setting.repl", "operator": "equal", "operand": true }
]
},
{ "keys": ["alt+n"], "command": "repl_view_next",
{ "keys": ["down"], "command": "repl_view_next",
"context":
[
{ "key": "setting.repl", "operator": "equal", "operand": true }
Expand Down
4 changes: 2 additions & 2 deletions Default (Windows).sublime-keymap
@@ -1,11 +1,11 @@
[
{ "keys": ["alt+p"], "command": "repl_view_previous",
{ "keys": ["up"], "command": "repl_view_previous",
"context":
[
{ "key": "setting.repl", "operator": "equal", "operand": true }
]
},
{ "keys": ["alt+n"], "command": "repl_view_next",
{ "keys": ["down"], "command": "repl_view_next",
"context":
[
{ "key": "setting.repl", "operator": "equal", "operand": true }
Expand Down

0 comments on commit 98c67b5

Please sign in to comment.