Compare commits
No commits in common. "c2fa54810fe95ee05643f1a0ad77d723e209d242" and "ad1eab232c70d68868d4b813a4d3beadc904d85e" have entirely different histories.
c2fa54810f
...
ad1eab232c
1 changed files with 4 additions and 4 deletions
|
|
@ -136,8 +136,8 @@
|
|||
["g t", "goto_window_top"],
|
||||
["g c", "goto_window_center"],
|
||||
["g b", "goto_window_bottom"],
|
||||
["g a", "open_previous_file"],
|
||||
["g m", "open_most_recent_file"],
|
||||
["g a", "goto_last_accessed_file"],
|
||||
["g m", "goto_last_modified_file"],
|
||||
["g n", "goto_next_buffer"],
|
||||
["g p", "goto_previous_buffer"],
|
||||
["g k", "goto_previous_buffer"],
|
||||
|
|
@ -431,8 +431,8 @@
|
|||
["g t", "goto_window_top"],
|
||||
["g c", "goto_window_center"],
|
||||
["g b", "goto_window_bottom"],
|
||||
["g a", "open_previous_file"],
|
||||
["g m", "open_most_recent_file"],
|
||||
["g a", "goto_last_accessed_file"],
|
||||
["g m", "goto_last_modified_file"],
|
||||
["g n", "goto_next_buffer"],
|
||||
["g p", "goto_previous_buffer"],
|
||||
["g k", "goto_previous_buffer"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue