Skip to content

Commit

Permalink
Add backspace motion
Browse files Browse the repository at this point in the history
  • Loading branch information
mrannanj committed Apr 26, 2012
1 parent 8ceecfc commit a057d99
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Default.sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,13 @@
"motion_args": {"by": "lines", "forward": true, "extend": true }},
"context": [{"key": "setting.command_mode"}]
},

{ "keys": ["backspace"], "command": "set_motion", "args": {
"motion": "vi_move_by_characters",
"motion_args": {"forward": false, "extend": true }},
"context": [{"key": "setting.command_mode"}]
},

{ "keys": ["shift+enter"], "command": "set_motion", "args": {
"motion": "move",
"motion_args": {"by": "lines", "forward": true, "extend": true }},
Expand Down

0 comments on commit a057d99

Please sign in to comment.