inline buffer substitute in vim https://git.ari.lt/ari/subby.vim
Find a file
Ari Archer ca970f01e4
1.1.1 : remove useless code
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-05-21 16:42:15 +03:00
plugin 1.1.1 : remove useless code 2023-05-21 16:42:15 +03:00
.editorconfig init 2023-05-21 15:21:44 +03:00
LICENSE init 2023-05-21 15:21:44 +03:00
README.md init 2023-05-21 15:21:44 +03:00

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