mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-04 08:28:44 +00:00
Add some OSX sublime keymaps
This commit is contained in:
@@ -1,2 +1,13 @@
|
||||
[
|
||||
{ "keys": ["ctrl+tab"], "command": "next_view" },
|
||||
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
|
||||
{ "keys": ["f11"], "command": "toggle_full_screen" },
|
||||
{ "keys": ["shift+f11"], "command": "toggle_distraction_free" },
|
||||
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
|
||||
{ "keys": ["ctrl+shift+k"], "command": "find_under_expand" },
|
||||
{ "keys": ["alt+shift+t"], "command": "delete_trailing_spaces" },
|
||||
{ "keys": ["ctrl+t"], "command": "new_file" },
|
||||
{ "keys": ["ctrl+w"], "command": "close" },
|
||||
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
|
||||
{ "keys": ["ctrl+shift+d"], "command": "duplicate_line" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user