From 17cf4cec31a2e96a9a8297eb6cc12abe4153d6e2 Mon Sep 17 00:00:00 2001 From: "Tomas Alejandro V. Falgui III" Date: Mon, 6 Aug 2018 20:53:17 +0800 Subject: [PATCH] Switched incorrect cli keywords --- docs/Keybindings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Keybindings.md b/docs/Keybindings.md index e224bcbee..a93a3eda9 100644 --- a/docs/Keybindings.md +++ b/docs/Keybindings.md @@ -12,8 +12,8 @@ c: commit changes shift+S: stash files o: open (osx only) - s: open in sublime (requires 'code' command) - v: open in vscode (requires 'subl' command) + s: open in sublime (requires 'subl' command) + v: open in vscode (requires 'code' command) i: add to .gitignore d: delete if untracked checkout if tracked (aka go away) shift+R: refresh files