Skip to content

Instantly share code, notes, and snippets.

View WilliamAnimate's full-sized avatar
💭
ggVGP<esc>:w<enter>:term<enter>icargocheck<enter><C-d>

William WilliamAnimate

💭
ggVGP<esc>:w<enter>:term<enter>icargocheck<enter><C-d>
View GitHub Profile

Keybase proof

I hereby claim:

  • I am williamanimate on github.
  • I am williamanimate (https://keybase.io/williamanimate) on keybase.
  • I have a public key ASAjNKdNMKSEPjJMDYDklpahKoHplvtYmEGQ1VlibRjFXgo

To claim this, I am signing this object:

@WilliamAnimate
WilliamAnimate / init.vim
Last active March 16, 2024 02:47
my crappy neovim config. i don't use this anymore.
"
" Code Completion
inoremap <expr> <Tab> pumvisible() ? "\<C-y>" : "\<Tab>"
"
" General UI
set nocompatible
set tabstop=4
set shiftwidth=4
set number