Compare commits
2 commits
ad1eab232c
...
c2fa54810f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2fa54810f | ||
|
|
a0fa408514 |
1 changed files with 4 additions and 4 deletions
|
|
@ -136,8 +136,8 @@
|
||||||
["g t", "goto_window_top"],
|
["g t", "goto_window_top"],
|
||||||
["g c", "goto_window_center"],
|
["g c", "goto_window_center"],
|
||||||
["g b", "goto_window_bottom"],
|
["g b", "goto_window_bottom"],
|
||||||
["g a", "goto_last_accessed_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"],
|
||||||
|
|
@ -431,8 +431,8 @@
|
||||||
["g t", "goto_window_top"],
|
["g t", "goto_window_top"],
|
||||||
["g c", "goto_window_center"],
|
["g c", "goto_window_center"],
|
||||||
["g b", "goto_window_bottom"],
|
["g b", "goto_window_bottom"],
|
||||||
["g a", "goto_last_accessed_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"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue