hx: bind g m to open_most_recent_file

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

View file

@ -137,7 +137,7 @@
["g c", "goto_window_center"], ["g c", "goto_window_center"],
["g b", "goto_window_bottom"], ["g b", "goto_window_bottom"],
["g a", "open_previous_file"], ["g a", "open_previous_file"],
["g m", "goto_last_modified_file"], ["g m", "open_most_recent_file"],
["g n", "goto_next_buffer"], ["g n", "goto_next_buffer"],
["g p", "goto_previous_buffer"], ["g p", "goto_previous_buffer"],
["g k", "goto_previous_buffer"], ["g k", "goto_previous_buffer"],
@ -432,7 +432,7 @@
["g c", "goto_window_center"], ["g c", "goto_window_center"],
["g b", "goto_window_bottom"], ["g b", "goto_window_bottom"],
["g a", "open_previous_file"], ["g a", "open_previous_file"],
["g m", "goto_last_modified_file"], ["g m", "open_most_recent_file"],
["g n", "goto_next_buffer"], ["g n", "goto_next_buffer"],
["g p", "goto_previous_buffer"], ["g p", "goto_previous_buffer"],
["g k", "goto_previous_buffer"], ["g k", "goto_previous_buffer"],