Juan Marinero
Juan Marinero
1st of all, I'm a beginner with VIM, so the following ads are focused on VIM users of my skill-level, and might be obvious to experts, and therefore unnecessary rubbish...
**The vmap `C-o` is logical and easier to press than `i%` or `a%`** - `o` to go to other end of highlighted text, `O` in visual block mode. References `:h...
[fzf-preview.vim](https://github.com/yuki-yano/fzf-preview.vim) can generate the **left panel** also with **syntax-highlight**, it's *bat*-ed. For example `:FzfPreviewLinesRpc` is the top image while next screenshot uses `:Rg` alike command that I defined in [#1533](https://github.com/junegunn/fzf.vim/issues/1533#issuecomment-2773383166)....
yuki-yano/fzf-preview.vim 2.16.6 VIM - Vi IMproved 9.1. Included patches: 1-818 bat 0.24.0 Ubuntu 24.04.2 LTS [Optional Configuration Tips](https://github.com/yuki-yano/fzf-preview.vim?tab=readme-ov-file#optional-configuration-tips) README-section shows: `$FZF_PREVIEW_PREVIEW_BAT_THEME = 'OneHalfDark'` In Vim 9.1 I need to prepend...
The [tutorialrc](https://github.com/mg979/vim-visual-multi/blob/master/tutorialrc) is very good. This PR is a **complement**. I coded [vim-visual-multi-exercises](https://github.com/juanMarinero/vim-visual-multi-exercises) to apply [Learning-by-doing](https://en.wikipedia.org/wiki/Learning-by-doing), details how in this [FAQ](https://github.com/juanMarinero/vim-visual-multi-exercises?tab=readme-ov-file#why-is-needed-to-display-content-of-files-instead-of-writting-them-directly-on-readmemd). This PR also provides some **vimcasts** that I think...
Please read: **Rounding** bug for **large** files #600 and its #622 PR. **Human-readable** **rounds wrong** the file size in **small** files. In this case to 1KiB instead to 2KiB (1731...
`:EditMacros` ## Esc To insert `Esc` it works like in [tuurep/registereditor](https://github.com/tuurep/registereditor?tab=readme-ov-file#inserting-special-characters-in-macros): ```markdown ### Inserting special characters in macros When you need to insert special characters like `` (displayed as `^[`)...
[bufferline.nvim](https://github.com/akinsho/bufferline.nvim) explains in [Why this and not Vim tabs?](https://github.com/akinsho/bufferline.nvim?tab=readme-ov-file#faq) the **not** Vim default approach to buffers and tabs. I guess barbar uses same approach. Closing buffers might not be desired:...
**How to get the list of all supported filetypes?** Maybe I install in future Tree-sitter, but till then I want in **not**-supported-filetypes to map `i%` and `a%` to an echo...
**dust** is awesome, but not dynamic like a file manager. One can take advantage of both if: - one terminal window shows the **dust** tree - the other window runs...