6:21
Managing My Vimscript Snippets With ftplugin Files
CHECK THESE OUT ◀︎▭▭▭▭▭▭▭▭▭▭ 📧️ NEWSLETTER: https://bryanjenkstech.ck.page/d4ec0713d5 DISCORD: ...
4:02
The criminally underrated vim command
I wish I knew about this bad boy sooner, prolly could have saved seven or eight minutes over the course of several decades!
4:41
I wont be using vim 9. it is dead too me. NeoVim forever. In the last 3 weeks went full lua. I have finally committed to Neovim.
3:19
Watch the full playlist here. Vimscript Tutorial: https://www.youtube.com/playlist?list=PLOe6AggsTaVv_IQsADuzhOzepA_tSAagN ...
6:33
Surprisingly asked quite a bit, why would I ever use vim in 2022 when there is so many options written in the 21st century, like ...
25:38
[En] Effective Modern Vim scripting
Speaker: Alisue Slide: https://vimconf.org/2018/slides/Effective_Modern_Vim_scripting_at_vimconf2018_for_PDF.pdf Official Site: ...
2:13
Vimscript Tutorial: Function ( function lookup in the command prompt )
... is a script local it prints a script id together with the function name script id is the id corresponding to the one you see in the script ...
2:49
Vimscript Tutorial: Dictionary ( creation and #{ key : value } )
If you don't put the quote around the value bim script looks for the variable with that name. And of course erase an error if there is ...
39:15
Learning Vimscript - #vimconflive 2020
Slides: https://blog.prabir.me/posts/learning-vimscript/
2:11
Neovim is a fork of the keyboard-based text editor Vim. It is focused on extensibility and integrates the Lua programming language ...
48:47
Automating Text Insertion With Vim
Leveraging a combination of UltiSnips.vim, Projectionist.vim, and some custom scripting, we explore in detail the use of Vim Script ...
16:18
A Guide To Vim Mappings With Vim Script
Usually I don't use Vim for programming but being able to setup macros when I'm writing Latex, Markdown or various other ...
2:35
Vimscript Tutorial: Conditionals ( if & elseif & else )
Watch the full playlist here. Vimscript Tutorial: https://www.youtube.com/playlist?list=PLOe6AggsTaVv_IQsADuzhOzepA_tSAagN ...
17:35
Vimscript is dead - How to configure Nvim with Lua!
Live on twitch: https://twitch.com/johncodes ▻ Twitter: https://twitter.com/johncodez ▻ Home page: https://johncodes.com Vim 9.0 ...
1:57
Vimscript Tutorial: Dictionary ( attaching a function )
Vimscript is non-object-oriented language but you can still make it work like one with a little bit of an effort we use dictionary as an ...
1:06
GitHub - rhysd/8cc.vim: C Compiler written in Vim script
https://github.com/rhysd/8cc.vim C Compiler written in Vim script. Contribute to rhysd/8cc.vim development by creating an account ...
14:56
Vim #96: Porting Vimscript to Lua
A few mistakes in this one (like confusing left and right ) but I was tired... - Corpus: https://github.com/wincent/corpus - Corpus ...
45:03
Rich Soni talks VimScript basics, and how to create Vim plugins; as well as show relevant parts of his vim-ecliptic plugin ...