vim – Paolo Redaelli https://monodes.com/predaelli A civil engineer with a longlife fondness for Software Libero Thu, 15 May 2025 06:57:24 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.2 91795679 White (neo)vim themes https://monodes.com/predaelli/2025/05/13/white-neovim-themes/ https://monodes.com/predaelli/2025/05/13/white-neovim-themes/#respond Tue, 13 May 2025 16:17:00 +0000 https://monodes.com/predaelli/?p=13342 I finally found two color schemes (aka “themes”) for (neo)vim that do have a white background. Because yes, sometimes, somewhere you may just need a white background. White like paper. Here they are:

]]>
https://monodes.com/predaelli/2025/05/13/white-neovim-themes/feed/ 0 13342
From JetBrains to Vim https://monodes.com/predaelli/2024/02/17/from-jetbrains-to-vim/ https://monodes.com/predaelli/2024/02/17/from-jetbrains-to-vim/#respond Sat, 17 Feb 2024 16:56:59 +0000 https://monodes.com/predaelli/?p=11335

A walkthrough detailing a Vimsetup aimed at emulating the most-used features from JetBrains IDEs.

Source: From JetBrains to Vim

]]>
https://monodes.com/predaelli/2024/02/17/from-jetbrains-to-vim/feed/ 0 11335
5 Must-Have Vim Plugins That Will Change Your Workflow https://monodes.com/predaelli/2023/10/24/5-must-have-vim-plugins-that-will-change-your-workflow/ https://monodes.com/predaelli/2023/10/24/5-must-have-vim-plugins-that-will-change-your-workflow/#respond Tue, 24 Oct 2023 17:53:00 +0000 https://monodes.com/predaelli/?p=10923 5 Must-Have Vim Plugins That Will Change Your Workflow. In my case

  • Syntastic: a syntax checking plugin for Vim which runs files through external syntax checkers and displays resulting errors.
  • Fugitive: a Git wrapper for Vim that is self-described as “so awesome, it should be illegal.”
  • Emmet: an extremely useful plugin for web developers. It makes writing and editing HTML, and any language with tags, much easier.

SpaceVim effectively provide alternatives to NERDTree, a file system explorer for Vim

]]>
https://monodes.com/predaelli/2023/10/24/5-must-have-vim-plugins-that-will-change-your-workflow/feed/ 0 10923
Adding parenthesis around highlighted text in Vim https://monodes.com/predaelli/2023/08/31/adding-parenthesis-around-highlighted-text-in-vim/ https://monodes.com/predaelli/2023/08/31/adding-parenthesis-around-highlighted-text-in-vim/#respond Thu, 31 Aug 2023 14:24:28 +0000 https://monodes.com/predaelli/?p=10754 Lovely, lovely vim

The command

c()<Esc>P

Explanation

If you want to put the word under the cursor in to brackets this is viwc()<Esc>P.

viw will visually select all charactrs in a word.

c() will cchange the selection and drops you into insert mode, where you type the literal characters ( ). Also, c automatically copies the original content to your yank buffer (clip board).

With <Esc>P you return Escback from insert to normal mode and Paste the previous content.

Source: Adding parenthesis around highlighted text in Vim

]]>
https://monodes.com/predaelli/2023/08/31/adding-parenthesis-around-highlighted-text-in-vim/feed/ 0 10754
Vim Weekly Tips #26 : Jumps https://monodes.com/predaelli/2023/03/24/vim-weekly-tips-26-jumps/ https://monodes.com/predaelli/2023/03/24/vim-weekly-tips-26-jumps/#respond Fri, 24 Mar 2023 07:15:54 +0000 https://monodes.com/predaelli/2023/03/24/vim-weekly-tips-26-jumps/ https://lazybear.io/posts/vim-weekly-tips-26-jumps/

]]>
https://monodes.com/predaelli/2023/03/24/vim-weekly-tips-26-jumps/feed/ 0 10318
SpaceVim has Eiffel support! https://monodes.com/predaelli/2022/10/01/spacevim-has-eiffel-support/ https://monodes.com/predaelli/2022/10/01/spacevim-has-eiffel-support/#respond Sat, 01 Oct 2022 10:49:41 +0000 https://monodes.com/predaelli/?p=9687 SpaceVim, a community-driven vim distribution that seeks to provide layer feature, besides turning Vim into a nifty IDE for several languages (C/C++, Rust, Kotlin, Go, Python, Java and JavaScript plus others), it offers among the available layers one for Eiffel!

 

]]>
https://monodes.com/predaelli/2022/10/01/spacevim-has-eiffel-support/feed/ 0 9687
Vim 8 for CentOS Linux 7 https://monodes.com/predaelli/2017/12/28/vim-8-for-centos-linux-7/ https://monodes.com/predaelli/2017/12/28/vim-8-for-centos-linux-7/#respond Thu, 28 Dec 2017 16:54:00 +0000 https://monodes.com/predaelli/?p=3603 Vim 8 for CentOS Linux 7 – Karanbir Singh :: Thinkability @karan.org

Basically add repo https://copr.fedorainfracloud.org/coprs/mcepl/vim8/repo/epel-7/mcepl-vim8-epel-7.repo

]]>
https://monodes.com/predaelli/2017/12/28/vim-8-for-centos-linux-7/feed/ 0 3603
Vim Is The Perfect IDE https://monodes.com/predaelli/2017/06/16/vim-is-the-perfect-ide/ https://monodes.com/predaelli/2017/06/16/vim-is-the-perfect-ide/#respond Thu, 15 Jun 2017 22:11:47 +0000 http://monodes.com/predaelli/?p=2625 Vim Is The Perfect IDE

Gonna copy this setup

]]>
https://monodes.com/predaelli/2017/06/16/vim-is-the-perfect-ide/feed/ 0 2625
Vim master cheat sheet https://monodes.com/predaelli/2016/02/21/vim-master-cheat-sheet/ https://monodes.com/predaelli/2016/02/21/vim-master-cheat-sheet/#respond Sun, 21 Feb 2016 16:07:32 +0000 http://monodes.com/predaelli/?p=1037 Sorgente: Vim by Patrick Schanen | ZEEF

Vim, an open-source, powerful and configurable text editor.

]]>
https://monodes.com/predaelli/2016/02/21/vim-master-cheat-sheet/feed/ 0 1037
https://monodes.com/predaelli/2016/01/18/907/ https://monodes.com/predaelli/2016/01/18/907/#respond Mon, 18 Jan 2016 17:10:30 +0000 http://monodes.com/predaelli/?p=907 Interesting this Setting up Vim for JavaScript development

]]>
https://monodes.com/predaelli/2016/01/18/907/feed/ 0 907