These are the configuration files for my work environment, where I use fish shell, Kakoune and Vim text editors, sometimes in tmux, in a Ubuntu or Debian native install or WSL.
- tmux shortcut for launching or continuing sessions with tab-completion
- A simplified pure-like prompt, with
directories to ignore git prompt customizable with a
ignore_git
function - A simple theme utilizing 16 terminal colors
Kakoune version of vim-mysticaltutorColorscheme moved to kakoune-mysticaltutor- A lightweight plugin cloner/updater, adapted from
vim-jetpack
- Plugin to edit gzipped files
- Copy to clipboard using OSC 52
- Increment-decrement like Vim's
<C-a>/<C-x>
andg<C-a>/g<C-x>
in visual mode - A small utility to edit code blocks in ipynb
- A most-recently-used files plugin like
mru.vim
, dependent onkakoune-state-save
- Copy to clipboard using OSC 52
- A small utility to edit code blocks in ipynb files
- A basic scrollbar-in-your-statusline implementation