Skip to content

Commit

Permalink
Merge pull request #65 from behrends/vap
Browse files Browse the repository at this point in the history
Add text object motion 'vap' to visually select paragraph
  • Loading branch information
Sublime HQ Pty Ltd committed Mar 5, 2012
2 parents f18cf24 + c8c69f2 commit 0b22b18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Default.sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,11 @@
"motion_args": {"character": "{", "outer": true}},
"context": [{"key": "setting.command_mode"}, {"key": "vi_can_enter_text_object"}]
},

{ "keys": ["a", "p"], "command": "set_motion", "args": {
"motion": "expand_selection_to_paragraph"},
"context": [{"key": "setting.command_mode"}, {"key": "vi_can_enter_text_object"}]
},

//
// Repeat digits
//
Expand Down

0 comments on commit 0b22b18

Please sign in to comment.