Skip to content

Commit

Permalink
Default keymap uses 'space' instead of ' '. Resolves #6.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnu committed Oct 17, 2014
1 parent f3ba3c3 commit 23f40bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Default (Linux).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{"keys": ["ctrl+,","i"], "command": "csv_insert_col"},
{"keys": ["ctrl+,","d"], "command": "csv_delete_col"},
{"keys": ["ctrl+,","s"], "command": "csv_select_col"},
{"keys": ["ctrl+,"," "], "command": "csv_format_expand"},
{"keys": ["ctrl+,","space"], "command": "csv_format_expand"},
{"keys": ["ctrl+,",","], "command": "csv_format_compact"},
{"keys": ["ctrl+,","="], "command": "csv_evaluate"}
]
]
4 changes: 2 additions & 2 deletions Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{"keys": ["ctrl+,","i"], "command": "csv_insert_col"},
{"keys": ["ctrl+,","d"], "command": "csv_delete_col"},
{"keys": ["ctrl+,","s"], "command": "csv_select_col"},
{"keys": ["ctrl+,"," "], "command": "csv_format_expand"},
{"keys": ["ctrl+,","space"], "command": "csv_format_expand"},
{"keys": ["ctrl+,",","], "command": "csv_format_compact"},
{"keys": ["ctrl+,","="], "command": "csv_evaluate"}
]
]
4 changes: 2 additions & 2 deletions Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{"keys": ["ctrl+,","i"], "command": "csv_insert_col"},
{"keys": ["ctrl+,","d"], "command": "csv_delete_col"},
{"keys": ["ctrl+,","s"], "command": "csv_select_col"},
{"keys": ["ctrl+,"," "], "command": "csv_format_expand"},
{"keys": ["ctrl+,","space"], "command": "csv_format_expand"},
{"keys": ["ctrl+,",","], "command": "csv_format_compact"},
{"keys": ["ctrl+,","="], "command": "csv_evaluate"}
]
]

0 comments on commit 23f40bc

Please # to comment.