diff --git a/src/files.h b/src/files.h index d716458..267bb8c 100644 --- a/src/files.h +++ b/src/files.h @@ -96,7 +96,7 @@ R"RAW( "source_spellcheck_clear": "", "source_spellcheck_next_error": "e", "source_git_next_diff": "k", - "source_git_show_diff": "", + "source_git_show_diff": "k", "source_indentation_set_buffer_tab": "", "source_indentation_auto_indent_buffer": "i", "source_goto_line": "g", @@ -107,7 +107,7 @@ R"RAW( "source_goto_usage": "u", "source_goto_method": "m", "source_rename": "r", - "source_implement_method": "", + "source_implement_method": "m", "source_goto_next_diagnostic": "e", "source_apply_fix_its": "space", "project_set_run_arguments": "",