From 822a1083e838556ae69de4383a1cf9bdb6aaf2d4 Mon Sep 17 00:00:00 2001 From: mahuntington Date: Thu, 31 Aug 2023 15:01:49 -0400 Subject: [PATCH] Update 'cheat_sheet.md' --- cheat_sheet.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cheat_sheet.md b/cheat_sheet.md index af8ce55..1f77973 100644 --- a/cheat_sheet.md +++ b/cheat_sheet.md @@ -2,9 +2,11 @@ ## Split -- `s` or `:sp` split with line running horizontally -- `v` or `:vsp` split with line running verticall +- `s` or `:sp` or `:split` split with line running horizontally +- `v` or `:vsp` or `:vsplit` split with line running verticall - `arrow` move to pane +- `c` close split +- `o` close all other splits - `:q` close tab - `:tab split` move split to new tab