diff options
| author | woclass <inkydragon@users.noreply.github.com> | 2018-12-03 20:30:45 +0800 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-03 20:30:45 +0800 | 
| commit | cd7816a2be62b0dcd2aca181d1aadd68b8e4d5d7 (patch) | |
| tree | f75c300c92d40e29bf59f83775aec019b45e56e7 /vim.html.markdown | |
| parent | 440247a59706603bd980016821ecd6a72a6182d1 (diff) | |
| parent | 1fd955ae6479650b987a54a93b09507bfdf06954 (diff) | |
Merge pull request #1 from adambard/master
Update from Upstream
Diffstat (limited to 'vim.html.markdown')
| -rw-r--r-- | vim.html.markdown | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/vim.html.markdown b/vim.html.markdown index d5c4e865..0eb2c37e 100644 --- a/vim.html.markdown +++ b/vim.html.markdown @@ -34,6 +34,11 @@ specific points in the file, and for fast editing.      k                # Move up one line      l                # Move right one character +    Ctrl+B 	         # Move back one full screen +    Ctrl+F 	         # Move forward one full screen +    Ctrl+D 	         # Move forward 1/2 a screen +    Ctrl+U           # Move back 1/2 a screen +      # Moving within the line      0                # Move to beginning of line | 
