• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4251 shaares
1 / 2
Filters
23 results tagged vim

Flexoki — Steph Ango

QRCode

Flexoki is an inky color scheme for prose and code.

https://stephango.com/flexoki
November 2, 2023 at 3:08:28 PM EDT *
solarized colorscheme terminal vim
FILLER

Neovim - LSP Setup Tutorial (Built in LSP 100% Lua)

QRCode

Repo: https://github.com/LunarVim/Neovim-from-scratch/tree/master
nvim_lspconfig: https://github.com/neovim/nvim-lspconfig
server settings: https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
nvim_lsp_installer: https://github.com/williamboman/nvim-lsp-installer
json schema store: https://www.schemastore.org/json/
nvim_cmp_lua: https://github.com/hrsh7th/cmp-nvim-lua
Where to get Font icons: https://www.youtube.com/watch?v=fR4ThXzhQYI

https://www.youtube.com/watch?v=6F3ONwrCxMg
September 8, 2023 at 8:24:51 AM EDT *
neovim vim
FILLER

Vim Statusline Generator | tdaly.co.uk

QRCode

Vanilla Vim statusline generator - customise your statusline without any plugins

https://www.tdaly.co.uk/projects/vim-statusline-generator/
August 11, 2023 at 2:51:13 PM EDT *
vim
FILLER

It's dangerous to Vim alone! Take Fzf.

QRCode

Enter fzf.vim by the legendary Junegunn, which is a wrapper for the command line fuzzy finder with the same name, fzf. On the surface it seems like a just another fuzzy finder, but it's much more than that! Let me show you some of my mappings and how I have been using it...

https://jesseleite.com/posts/2/its-dangerous-to-vim-alone-take-fzf
April 14, 2023 at 1:52:59 PM EDT *
vim fzf
FILLER

A list of new(ish) command line tools

QRCode

A list of new(ish) command line tools

vidir (from moreutils, lets you batch rename/delete files in vim)

https://jvns.ca/blog/2022/04/12/a-list-of-new-ish--command-line-tools/
June 26, 2022 at 1:07:35 PM EDT *
linux rename vim
FILLER

Commenting code - VimTricks

QRCode

Comment or uncomment code in Vim with or without a plugin.

:norm i#

https://vimtricks.com/p/commenting-code/
January 12, 2022 at 11:13:36 AM EST *
vim
FILLER

256 Colors - Cheat Sheet - Xterm, HEX, RGB, HSL

QRCode

List of 256 colors for Xterm prompt (console). Contains displayed color, Xterm Name, Xterm Number, HEX, RGB and HSL codes.

https://jonasjacek.github.io/colors/
May 10, 2021 at 11:42:11 AM EDT *
terminal color vim
FILLER

Create color scheme for Vim. When I first met Vim, I thought someone… | by Gilli Carmon | Medium

QRCode

When I first met Vim, I thought someone was looking to make his life more complicated. But after a while I figured that Vim is the perfect text editor for people who want the text editor to be…

https://medium.com/@gillicarmon/create-color-scheme-for-vim-335e842e29ea
May 8, 2021 at 8:15:10 AM EDT *
vim
FILLER

Introduction to Vim abbreviations | jovica.org | Notes on Security, Technology and Life

QRCode

The command for Insert mode abbreviations looks like this:

:iabbrev [<expr>] [<buffer>] {abbreviation} {expansion}
  • - stands for Vimscript expression to create the expansion.
  • - means that it only applies to the current buffer.
  • {abbreviation} - is the thing you type, or your “trigger”
  • {expansion} - is your final outcome
  • Anything that’s inside a [] is optional.
https://jovica.org/posts/vim_abbreviations/
May 5, 2021 at 11:38:48 AM EDT *
vim
FILLER

Vim tips: Moving around using marks and jumps - Linux.com

QRCode

Author: Joe 'Zonker' Brockmeier Editing in Vim can be a breeze, if you know how to make use of its more advanced features. Moving around files can feel like a slog if you’re stuck with the basic movement keys, but editing is effortless when you have command of marks and jumps. Basically, a mark is …

https://www.linux.com/news/vim-tips-moving-around-using-marks-and-jumps/
May 4, 2021 at 3:00:56 PM EDT *
vim
FILLER

Vim Plugins You Should Know About, Part I: surround.vim - good coders code, great coders reuse

QRCode
http://www.catonmat.net/blog/vim-plugins-surround-vim/
November 24, 2015 at 9:17:01 AM EST *
vim
FILLER

Vi and Vim Macro Tutorial: How To Record and Play

QRCode
http://www.thegeekstuff.com/2009/01/vi-and-vim-macro-tutorial-how-to-record-and-play/
January 8, 2014 at 9:10:08 AM EST *
vim
FILLER

Everything I Missed in "Vim After 11 Years" - Ian Langworth's Things of Variable Interest

QRCode
http://statico.github.io/vim2.html
August 3, 2013 at 12:15:30 PM EDT *
vim
FILLER

Scripting the Vim editor, Part 1: Variables, values, and expressions

QRCode
http://www.ibm.com/developerworks/linux/library/l-vim-script-1/index.html
May 31, 2013 at 9:58:26 AM EDT *
vim
FILLER

Coming Home to Vim / Steve Losh

QRCode
http://stevelosh.com/blog/2010/09/coming-home-to-vim/
October 12, 2010 at 1:33:22 PM EDT *
vim
FILLER

Announcing my free book on Vim | Swaroop C H - India, Technology, Life Skills

QRCode
http://www.swaroopch.com/blog/a-free-book-on-vim/
May 18, 2010 at 9:21:02 AM EDT *
vim
FILLER

vim tips and tricks: searching

QRCode
http://www.cs.swarthmore.edu/help/vim/searching.html
February 5, 2010 at 1:59:17 PM EST *
vim
FILLER

Vim Recipes - Free cookbook for the Vim text editor

QRCode
http://vim.runpaint.org/
May 20, 2009 at 8:59:11 AM EDT *
vim
FILLER

Vim tricks for Perl - Mechanix

QRCode
http://perlbuzz.com/mechanix/2008/01/vim-tricks-for-perl.html
April 3, 2009 at 3:16:33 PM EDT *
perl vim
FILLER

Effective Use of VIM - Part 1

QRCode
http://www.atoztoa.com/2008/07/effective-use-of-vim-part-1.html
January 8, 2009 at 11:25:58 AM EST *
vim
FILLER
1 / 2
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community