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