Browse Source

Apply Fix-its now has a key that works on most systems.

merge-requests/365/head
eidheim 10 years ago
parent
commit
7023b68742
  1. 2
      src/files.h

2
src/files.h

@ -74,7 +74,7 @@ const std::string configjson =
" \"source_goto_method\": \"<primary>m\",\n" " \"source_goto_method\": \"<primary>m\",\n"
" \"source_rename\": \"<primary>r\",\n" " \"source_rename\": \"<primary>r\",\n"
" \"source_goto_next_diagnostic\": \"<primary>e\",\n" " \"source_goto_next_diagnostic\": \"<primary>e\",\n"
" \"source_apply_fix_its\": \"<alt>space\",\n" " \"source_apply_fix_its\": \"<control>space\",\n"
" \"compile_and_run\": \"<primary>Return\",\n" " \"compile_and_run\": \"<primary>Return\",\n"
" \"compile\": \"<primary><shift>Return\",\n" " \"compile\": \"<primary><shift>Return\",\n"
" \"run_command\": \"<alt>Return\",\n" " \"run_command\": \"<alt>Return\",\n"

Loading…
Cancel
Save