Woland Azel

@wolandark
18 Followers
27 Following
59 Posts

Musician, Writer, Unix Lover

More about me:
https://woland.tilde.team/personal/about.html

Check out my band:
https://open.spotify.com/album/3dtZVRPFmlreB5RYI891Ga?si=CcVzKE9ZRQywTBqLdNz7vA&utm_source=copy-link

Check out the greatest guide to Vim in Persian:
https://vimpersian.github.io

Musician
Web Dev
Writer
Torrent client but you can chat with your peers
How to write vim9script or How to Compile and Run C code from Vim

Using a simple vimscript, we can easily compile and run any C code without leaving Vim! We will use...

DEV Community
Is this instance all bots?
Here is how to disable user accounts (password and ssh login) in #Linux to prevent login via GUI, SSH, or any other method. See https://www.cyberciti.biz/faq/linux-delete-user-password/ for more info.

I made a vim colorscheme based on the Persian colors palette.
If you feel adventurous, you can give it a try here:
https://github.com/wolandark/Mitra-Vim

Use your favorite plugin manager or save the file anywhere and source it inside vim.

Let me know what you think.
I'll keep tweaking this for a while.

#vim #vim-colorscheme #vimporn

GitHub - wolandark/Mitra-Vim: A colorscheme in the making based on the Persian color palette

A colorscheme in the making based on the Persian color palette - GitHub - wolandark/Mitra-Vim: A colorscheme in the making based on the Persian color palette

GitHub

Woland VimTip no.3
~~~~~~~~~~~~~

Want to execute a python script without leaving Vim?

Use :!python %
to execute the currently open python script and see it's output.

You can also always just open a terminal in Vim.
Try :term

#wolandvimtips #vim #neovim

Woland VimTip no.2
~~~~~~~~~~~~~
Use :bp :bn to go to previous and next buffer.
Use :bd to delete a buffer

Use :ls to get a list of your current buffers.
Use :b# where # is the id of a buffer you got from :ls

#wolandvimtips #vim #neovim

Woland VimTip no.1
~~~~~~~~~~~~~
Need to read something in the middle of the screen?

Use :set foldcolumn=20 and see what happens.

#wolandvimtips #vim #neovim

is mastodon.social dead or is it just mastodon that's dead?

#showerthoughts

Yet another but better Vimwiki graph generator!

A vimwiki graph generator using the dot language and graphviz, written in bash.

Supports two layouts and more can be added. Instead of a plain white elongated chart that all other such scripts generate, this one uses the SFDP or NetworkMap layouts along with some custom coloring. Something along the lines of obsidian's graph.

Link => https://github.com/wolandark/Vimwiki-Graphviz

#vimwiki #vim #dot #obsidian @vimtricks

GitHub - wolandark/Vimwiki-Graphviz: A VimWiki Graph Generator

A VimWiki Graph Generator . Contribute to wolandark/Vimwiki-Graphviz development by creating an account on GitHub.

GitHub