Skip to content

Commit

Permalink
Merge pull request #55 from ice9js/fix/within-line-mode-osx-keybindings
Browse files Browse the repository at this point in the history
Fix OSX keybindings for within line mode
  • Loading branch information
ice9js authored Nov 22, 2016
2 parents 1062390 + 81f7784 commit cabcb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"command": "ace_jump_line"
},
{
"keys": ["super+shift+."],
"keys": ["super+shift+,"],
"command": "ace_jump_within_line"
},
{
Expand Down

0 comments on commit cabcb37

Please sign in to comment.