Skip to content

Commit

Permalink
Merge pull request sublimehq#89 from guillermooo/cleanup
Browse files Browse the repository at this point in the history
minor cleanup
  • Loading branch information
Sublime HQ Pty Ltd committed Mar 13, 2012
2 parents 14628a9 + 50c43cf commit d6a8ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Default.sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
]
},

{ "keys" : ["z", "z"], "command" : "center_on_cursor", "context": [{"key": "setting.command_mode"}] },
{ "keys" : ["z", "t"], "command" : "scroll_cursor_line_to_top", "context": [{"key": "setting.command_mode"}] },
{ "keys" : ["z", "b"], "command" : "scroll_cursor_line_to_bottom", "context": [{"key": "setting.command_mode"}] },
{ "keys": ["z", "z"], "command" : "center_on_cursor", "context": [{"key": "setting.command_mode"}] },
{ "keys": ["z", "t"], "command" : "scroll_cursor_line_to_top", "context": [{"key": "setting.command_mode"}] },
{ "keys": ["z", "b"], "command" : "scroll_cursor_line_to_bottom", "context": [{"key": "setting.command_mode"}] },

{ "keys": ["Z", "Z"], "command" : "vi_save_and_exit", "context": [{"key": "setting.command_mode"}] },

Expand Down

0 comments on commit d6a8ab6

Please sign in to comment.