diff --git a/CONTROLS.md b/CONTROLS.md
index 3635d8bd..fd661e94 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 7c01b39b..b935f158 100644
--- a/rtv/docs.py
+++ b/rtv/docs.py
@@ -30,8 +30,8 @@
====================================
[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