Skip to content

Commit

Permalink
add bindings for Windows, Linux
Browse files Browse the repository at this point in the history
as 'super' is for Mac.
  • Loading branch information
rctay committed Apr 4, 2012
1 parent f4701ac commit 3c0a6bd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Default (Linux).sublime-keymap
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"keys": ["ctrl+'"],
"command": "goto_last_edit",
"context": [{"key": "setting.command_mode"}]
}
]
File renamed without changes.
7 changes: 7 additions & 0 deletions Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"keys": ["ctrl+'"],
"command": "goto_last_edit",
"context": [{"key": "setting.command_mode"}]
}
]

1 comment on commit 3c0a6bd

@abrookins
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You rock! Thanks for the patch.

Please sign in to comment.