From a44ee6711d0d74e25255812d63be62bf25cb3547 Mon Sep 17 00:00:00 2001 From: eidheim Date: Fri, 1 Jul 2016 09:02:52 +0200 Subject: [PATCH] Added default keys for show diff and implement method --- src/files.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": "",