Skip to content

Commit

Permalink
Added show errors and fixits to keymappings. (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillt authored Oct 24, 2019
1 parent cd99a9e commit 9db6a36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Default (Linux).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
{"keys": ["f2"], "command": "rtags_location", "args": {"switches": ["--absolute-path", "-f"]} },
{"keys": ["ctrl+shift+b"], "command": "rtags_go_backward" },
{"keys": ["ctrl+shift+h"], "command": "rtags_show_history"},
{"keys": ["alt+super+shift+d"], "command": "rtags_file", "args": {"switches": ["--absolute-path", "--find-dead-functions"]} },
{"keys": ["ctrl+shift+e"], "command": "rtags_show_fixits" },
{"keys": ["ctrl+i"], "command": "rtags_get_include" },
{"keys": ["alt+super+shift+d"], "command": "rtags_file", "args": {"switches": ["--absolute-path", "--find-dead-functions"]} },
{"keys": ["ctrl+shift+a"], "command": "rtags_auto_expand" }
]
3 changes: 2 additions & 1 deletion Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
{"keys": ["f2"], "command": "rtags_location", "args": {"switches": ["--absolute-path", "-f"]} },
{"keys": ["ctrl+shift+b"], "command": "rtags_go_backward" },
{"keys": ["ctrl+shift+h"], "command": "rtags_show_history"},
{"keys": ["alt+super+shift+d"], "command": "rtags_file", "args": {"switches": ["--absolute-path", "--find-dead-functions"]} },
{"keys": ["ctrl+shift+e"], "command": "rtags_show_fixits" },
{"keys": ["ctrl+i"], "command": "rtags_get_include" },
{"keys": ["alt+super+shift+d"], "command": "rtags_file", "args": {"switches": ["--absolute-path", "--find-dead-functions"]} },
{"keys": ["ctrl+shift+a"], "command": "rtags_auto_expand" }
]
3 changes: 2 additions & 1 deletion Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
{"keys": ["f2"], "command": "rtags_location", "args": {"switches": ["--absolute-path", "-f"]} },
{"keys": ["ctrl+shift+b"], "command": "rtags_go_backward" },
{"keys": ["ctrl+shift+h"], "command": "rtags_show_history"},
{"keys": ["alt+super+shift+d"], "command": "rtags_file", "args": {"switches": ["--absolute-path", "--find-dead-functions"]} },
{"keys": ["ctrl+shift+e"], "command": "rtags_show_fixits" },
{"keys": ["ctrl+i"], "command": "rtags_get_include" },
{"keys": ["alt+super+shift+d"], "command": "rtags_file", "args": {"switches": ["--absolute-path", "--find-dead-functions"]} },
{"keys": ["ctrl+shift+a"], "command": "rtags_auto_expand" }
]

0 comments on commit 9db6a36

Please sign in to comment.