TruncatedDinoSour / subby.vim

[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari/subby.vim] inline buffer substitute in vim

Home Page:https://git.ari.lt/ari/subby.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository has been migrated to the self-hosted ari-web Forgejo instance: https://git.ari.lt/ari/subby.vim

subby.vim

inline buffer substitute in vim

what does it do

exactly what the description says, inline buffer substitute in vim, what it means is that if u type for example \sh and u have let g:subby = {'sh': 'š'}, itll get automatically substituted with š

why

bc im annoyed at manually typing lithuanian letters when i need to do my homework so yh, enjoy ig lol

installation

  • VimPlug :
Plug 'TruncatedDinosour/subby.vim'

config

" the substitution map
let g:subby = {'sh': 'š'}

" the delimiter ( exactly 1 character )
let g:subby_delim = '\'

:) enjoy

About

[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari/subby.vim] inline buffer substitute in vim

https://git.ari.lt/ari/subby.vim

License:GNU General Public License v3.0


Languages

Language:Vim Script 100.0%