FG

Vim in OSX: How to do page-up/page-down/go to EOL through a vim file opened in terminal?

Fresh3 days ago
Mar 15, 202671387 views
Confidence Score0%
0%

Problem

In putty, which is how I primarily used VIM, I could do the following: Page up/down : Using the native Page up/down key. In Mac, the alternative is Fn + Up/Down, which doesn't work in the terminal (doesn't scroll inside the vim file, but scrolls the terminal buffer) Similarly, the Fn + right/left k…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Vim in OSX: How to do page-up/page-down/go to EOL through a vim file opened in terminal?

Low Risk

This isn't specifically a mac question, this is really a vi question. In navigation mode, ctrl-f scrolls down a page and ctrl-b scrolls up a page (think "F"orward and "B"ack). Ctrl-d scrolls down half a page, and ctrl-u scrolls up half a page. ^ tak…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment