Skip to content

Commit

Permalink
update keybindings for normal backspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex White committed Jun 11, 2017
1 parent 28304c6 commit 19a5554
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Default (Linux).sublime-keymap
@@ -1,4 +1,4 @@
[
{ "keys": ["backspace"], "command": "smart_backspace" },
{ "keys": ["shift+backspace"], "command": "left_delete" }
]
{ "keys": ["shift+backspace"], "command": "normal_backspace" }
]
2 changes: 1 addition & 1 deletion Default (OSX).sublime-keymap
@@ -1,4 +1,4 @@
[
{ "keys": ["backspace"], "command": "smart_backspace" },
{ "keys": ["shift+backspace"], "command": "left_delete" }
{ "keys": ["shift+backspace"], "command": "normal_backspace" }
]
4 changes: 2 additions & 2 deletions Default (Windows).sublime-keymap
@@ -1,4 +1,4 @@
[
{ "keys": ["backspace"], "command": "smart_backspace" },
{ "keys": ["shift+backspace"], "command": "left_delete" }
]
{ "keys": ["shift+backspace"], "command": "normal_backspace" }
]

0 comments on commit 19a5554

Please sign in to comment.