diff --git a/pages/blog/04.learning-obsidian/01._description/text.md b/pages/blog/04.learning-obsidian/01._description/text.md new file mode 100644 index 0000000..b7dba75 --- /dev/null +++ b/pages/blog/04.learning-obsidian/01._description/text.md @@ -0,0 +1,8 @@ +--- +title: 'Some notes on my Neovim journey' +text: "Ever since I learned basic Vim (apparently it's capitalized: https://vi.stackexchange.com/questions/565/what-is-the-correct-capitalization-of-vim) notions, I was hooked. And by the time I found tmux, Vim plugins and switched to Neovim, I never wanted to look back. The only problem I have is that I *never* write down any amazing motion I found online, a keymap I got working. So I'm always looking up the exact same information a week or two later. I hope to change that, either through better note taking or blogging. We'll see what works. For now, here are some motions, keymaps and other features I have been using. TEST\n\n`^Ctrl+v` and `^Ctrl+h` to open files from *NvimTree* in a vertical or horizontal split, respectively.\n\n`sk` to search keymaps using the Telescope fuzzy finder (from the nvim-kickstart setup.\n\n`vi'` to select between f.e. single quotes and `va'` to select around them. Can be yank with `y`.\n\n`ftplugin/python.lua` to recognize filetypes and handle events. In my case for `.py` files, `` runs the file in a floating ToggleTerm terminal (use the built-in '' to close the floating terminal)" +showtitle: '1' +position: main +page_container: container +--- + diff --git a/pages/blog/04.learning-obsidian/benjamin-voros-phIFdC6lA4E-unsplash.jpg b/pages/blog/04.learning-obsidian/benjamin-voros-phIFdC6lA4E-unsplash.jpg new file mode 100644 index 0000000..303f6b4 Binary files /dev/null and b/pages/blog/04.learning-obsidian/benjamin-voros-phIFdC6lA4E-unsplash.jpg differ diff --git a/pages/blog/04.learning-obsidian/modular.md b/pages/blog/04.learning-obsidian/modular.md new file mode 100644 index 0000000..0e9db48 --- /dev/null +++ b/pages/blog/04.learning-obsidian/modular.md @@ -0,0 +1,16 @@ +--- +title: 'Learning Obsidian' +tags: + - Neovim +preview: + text: 'Ever since I learned basic Vim (apparently it''s capitalized: https://vi.stackexchange.com/questions/565/what-is-the-correct-capitalization-of-vim) notions, I was hooked. And by the time I found tmux, Vim plugins and switched to Neovim, I never wanted to look back.' +content: + items: '@self.modular' + order: + by: folder + dir: asc +date: '11:13 14-08-2024' +body_classes: modular +page_container: container +--- +