Pinned Repositories
todo.txt-cli-ex
A set of extensions for todo.txt-cli, a shell script for managing your todo.txt file.
vim-AdvancedSorters
Sorting of certain areas or by special needs.
vim-EnhancedJumps
Enhanced jump and change list navigation commands.
vim-ingo-library
Vimscript library of common functions
vim-mark
Highlight several words in different colors simultaneously.
vim-ReplaceWithRegister
Replace text with the contents of a register.
vim-SpellCheck
Work with spelling errors.
vim-SyntaxRange
Define a different filetype syntax on regions of a buffer.
vim-UnconditionalPaste
Force character-/line-/block-wise paste, regardless of how it was yanked.
vim-visualrepeat
Repeat command extended to visual mode.
inkarkat's Repositories
inkarkat/vim-mark
Highlight several words in different colors simultaneously.
inkarkat/vim-SyntaxRange
Define a different filetype syntax on regions of a buffer.
inkarkat/vim-ReplaceWithRegister
Replace text with the contents of a register.
inkarkat/vim-SpellCheck
Work with spelling errors.
inkarkat/vim-visualrepeat
Repeat command extended to visual mode.
inkarkat/runVimTests
A testing framework for Vim.
inkarkat/vim-PatternsOnText
Advanced commands to apply regular expressions.
inkarkat/vim-clone
Create a duplicate clone of the current buffer.
inkarkat/vim-StatusLineHighlight
Change statusline color depending on buffer state.
inkarkat/vim-SameSyntaxMotion
Motions to the borders of the same syntax highlighting.
inkarkat/vim-TextTransform
Create text transformation mappings and commands.
inkarkat/vim-QuickFixCurrentNumber
Locate the quickfix item at the cursor position.
inkarkat/vim-SearchPosition
Show relation to search pattern matches in range or buffer.
inkarkat/smartless
A pager similar to less, but smarter
inkarkat/vim-RelativeNumberCurrentWindow
Only show relative numbers in the currently active window.
inkarkat/vim-SearchRepeat
Repeat the last type of search via n/N.
inkarkat/vim-SubstituteExpression
Pass text through an expression.
inkarkat/vim-SwapText
Mappings to exchange text with the previously deleted text.
inkarkat/Colorizer
color hex codes and color names
inkarkat/snap-extensions
Additions and tweaks to the snap CLI.
inkarkat/vim-cloneSimilar
Create a duplicate clone of the current buffer with a similar name.
inkarkat/vim-diffwindow_movement
Movement over changes in a diff window.
inkarkat/vim-fake
Vim plugin to provide a generator of random dummy/filler text.
inkarkat/vim-PatternComplete
Insert mode completion for matches of queried / last search pattern.
inkarkat/vim-PrevInsertComplete
Recall and insert mode completion for previously inserted text.
inkarkat/vim-QuoteComplete
Insert mode completion of quoted strings.
inkarkat/vim-SearchSpecial
Generic functions for special search modes.
inkarkat/vim-SnippetComplete
Insert mode completion that completes defined abbreviations and other snippets.
inkarkat/vim-TaskMotions
Motions to task and TODO markers.
inkarkat/VimTAP
Test Anything Protocol for vim