From 882ac3ce32c2f4e14fa9f983bf70f3240f406ed5 Mon Sep 17 00:00:00 2001 From: Markus Pettersson Date: Thu, 25 Apr 2019 22:41:54 +0200 Subject: [PATCH 1/2] Fixed small typo Fixed small typo in help page regarding vim style movement --- CONTROLS.md | 4 ++-- rtv/docs.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTROLS.md b/CONTROLS.md index 3635d8b..ee80094 100644 --- a/CONTROLS.md +++ b/CONTROLS.md @@ -2,8 +2,8 @@ ## Basic Commands -- j or - Move the cursor up -- k or - Move the cursor down +- j or - Move the cursor down +- k or - Move the cursor up - l or - View the currently selected item - h or - Return to the previous view - m or PgUp - Move the cursor up one page diff --git a/rtv/docs.py b/rtv/docs.py index 7c01b39..b935f15 100644 --- a/rtv/docs.py +++ b/rtv/docs.py @@ -30,8 +30,8 @@ https://github.com/michael-lazar/rtv ==================================== [Basic Commands] - j : Move the cursor up - k : Move the cursor down + j : Move the cursor down + k : Move the cursor up l : View the currently selected item h : Return to the previous view m : Move the cursor up one page From b44546ba105b5b17391f012455929f1c284dea15 Mon Sep 17 00:00:00 2001 From: Markus Pettersson Date: Thu, 25 Apr 2019 23:36:02 +0200 Subject: [PATCH 2/2] Fixed unicode arrows pointing in the wrong direction --- CONTROLS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTROLS.md b/CONTROLS.md index ee80094..fd661e9 100644 --- a/CONTROLS.md +++ b/CONTROLS.md @@ -2,8 +2,8 @@ ## Basic Commands -- j or - Move the cursor down -- k or - Move the cursor up +- j or - Move the cursor down +- k or - Move the cursor up - l or - View the currently selected item - h or - Return to the previous view - m or PgUp - Move the cursor up one page