hx: change g a keybind to use open_previous_file

This commit is contained in:
geemili 2025-10-15 12:01:21 -06:00 committed by CJ van den Berg
parent ad1eab232c
commit a0fa408514

View file

@ -136,7 +136,7 @@
["g t", "goto_window_top"],
["g c", "goto_window_center"],
["g b", "goto_window_bottom"],
["g a", "goto_last_accessed_file"],
["g a", "open_previous_file"],
["g m", "goto_last_modified_file"],
["g n", "goto_next_buffer"],
["g p", "goto_previous_buffer"],
@ -431,7 +431,7 @@
["g t", "goto_window_top"],
["g c", "goto_window_center"],
["g b", "goto_window_bottom"],
["g a", "goto_last_accessed_file"],
["g a", "open_previous_file"],
["g m", "goto_last_modified_file"],
["g n", "goto_next_buffer"],
["g p", "goto_previous_buffer"],