Revert back to 'gm'
top / middle / bottom mnemonic.
This commit is contained in:
parent
916362d3a9
commit
6ce303977c
1 changed files with 2 additions and 2 deletions
|
@ -451,7 +451,7 @@ fn goto_window_top(cx: &mut Context) {
|
|||
doc.set_selection(view.id, Selection::point(pos));
|
||||
}
|
||||
|
||||
fn goto_window_center(cx: &mut Context) {
|
||||
fn goto_window_middle(cx: &mut Context) {
|
||||
let (view, doc) = current!(cx.editor);
|
||||
|
||||
let scrolloff = PADDING.min(view.area.height as usize / 2); // TODO: user pref
|
||||
|
@ -3723,7 +3723,7 @@ mode_info! {
|
|||
/// window top
|
||||
"t" => goto_window_top,
|
||||
/// window center
|
||||
"c" => goto_window_center,
|
||||
"m" => goto_window_middle,
|
||||
/// window bottom
|
||||
"b" => goto_window_bottom,
|
||||
/// last accessed file
|
||||
|
|
Loading…
Add table
Reference in a new issue