From a2b41173760571fc22b6aecb3eb7d94d92c8b531 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Thu, 29 Aug 2024 17:43:22 -0400 Subject: [PATCH] vault backup: 2024-08-29 17:43:22 --- .obsidian/workspace.json | 12 ++++++------ .../6. Researching Techniques/Useful VIM commands.md | 7 +++++++ 2 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 3-99 Research/6. Researching Techniques/Useful VIM commands.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 2c1c5067..e17db61d 100755 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -21,7 +21,7 @@ "state": { "type": "markdown", "state": { - "file": "4. Qualifying Exam/2. Writing/QE Abstract.md", + "file": "3-99 Research/6. Researching Techniques/Useful VIM commands.md", "mode": "source", "source": false } @@ -95,7 +95,7 @@ "state": { "type": "backlink", "state": { - "file": "4. Qualifying Exam/2. Writing/QE Abstract.md", + "file": "3-99 Research/6. Researching Techniques/Useful VIM commands.md", "collapseAll": true, "extraContext": false, "sortOrder": "alphabetical", @@ -112,7 +112,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "4. Qualifying Exam/2. Writing/QE Abstract.md", + "file": "3-99 Research/6. Researching Techniques/Useful VIM commands.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -135,7 +135,7 @@ "state": { "type": "outline", "state": { - "file": "4. Qualifying Exam/2. Writing/QE Abstract.md" + "file": "3-99 Research/6. Researching Techniques/Useful VIM commands.md" } } } @@ -180,8 +180,9 @@ }, "active": "3c8fa3261c26a8f5", "lastOpenFiles": [ - "3-99 Research/6. Researching Techniques/Highlighting Colors and What they Mean.md", "4. Qualifying Exam/2. Writing/QE Abstract.md", + "3-99 Research/6. Researching Techniques/Useful VIM commands.md", + "3-99 Research/6. Researching Techniques/Highlighting Colors and What they Mean.md", "4. Qualifying Exam/1. Managing Stuff/QE Tasks and Details.md", "QE Abstract Take 1 Edits.md", "1. Daily Notes/8. August/2024-08-29.md", @@ -205,7 +206,6 @@ "900s Calendars/3. Events/2024-09-08 Steelers Game.md", "900s Calendars/3. Events/2024-08-27 Fighting Parking Ticket.md", "900s Calendars/1. Other Work/stubb!.md", - "900s Calendars/2. Research/2024-08-28 HAIS Journal Club.md", "900s Calendars/3. Events", "900s Calendars/2. Research", "900s Calendars/1. Other Work", diff --git a/3-99 Research/6. Researching Techniques/Useful VIM commands.md b/3-99 Research/6. Researching Techniques/Useful VIM commands.md new file mode 100644 index 00000000..ce765984 --- /dev/null +++ b/3-99 Research/6. Researching Techniques/Useful VIM commands.md @@ -0,0 +1,7 @@ +# Working with prose: +( ) - move to the previous or next sentence +{} - move to the previous or next paragraph +vis - select the current sentence +c) or c( - change to the beginning or end of the sentence +f'x' and F'x' - find forwards and find backwards. Move to next or prev 'x'. +J - join lines