updated zellij color scheme

This commit is contained in:
Your Name
2025-03-21 16:18:51 -07:00
parent a31fc6a4a8
commit c98f526df2
19 changed files with 1002 additions and 77 deletions

21
home_config/nvim/TEST Normal file
View File

@@ -0,0 +1,21 @@
1. Move the cursor to this line.
2. Press [v](v) and move the cursor to the fifth item below. Notice that the
text is highlighted.
3. Press the `:`{normal} character. At the bottom of the screen
`:'<,'>`{vim}
will appear.
4. Type
`w TEST`{vim}
where TEST is a filename that does not exist yet. Verify that you see
`:'<,'>w TEST`{vim}
before you press `<Enter>`{normal}.