refactor: rename open_changed_files to show_vcs_status
This fits a bit better as we will add commands to do more than just open the files in the status palette.
This commit is contained in:
parent
7f7f12a441
commit
61de5d89d7
3 changed files with 6 additions and 6 deletions
|
|
@ -228,7 +228,7 @@
|
|||
["space R", "replace_selections_with_clipboard"],
|
||||
["space ?", "open_command_palette"],
|
||||
["space f", "find_file"],
|
||||
["space g", "open_changed_files"],
|
||||
["space g", "show_vcs_status"],
|
||||
["space b", "switch_buffers"],
|
||||
["space j", "jumplist_picker"],
|
||||
["space s", "symbol_picker"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue