Browse Source

remove unnecessary space

pipelines/235045657
Jørgen Lien Sellæg 5 years ago
parent
commit
f8301c2648
  1. 4
      src/files.hpp

4
src/files.hpp

@ -159,8 +159,8 @@ const std::string default_config_file =
"source_center_cursor": "<primary>l", "source_center_cursor": "<primary>l",
"source_cursor_history_back": "<alt>Left", "source_cursor_history_back": "<alt>Left",
"source_cursor_history_forward": "<alt>Right", "source_cursor_history_forward": "<alt>Right",
"source_show_completion_comment" : "Add completion keybinding to disable interactive autocompletion", "source_show_completion_comment": "Add completion keybinding to disable interactive autocompletion",
"source_show_completion" : "", "source_show_completion": "",
"source_find_file": "<primary>p", "source_find_file": "<primary>p",
"source_find_symbol": "<primary><shift>f", "source_find_symbol": "<primary><shift>f",
"source_find_pattern": "<alt><shift>f", "source_find_pattern": "<alt><shift>f",

Loading…
Cancel
Save