Skip to content

Instantly share code, notes, and snippets.

@tiesmaster
Created August 7, 2023 20:32
Show Gist options
  • Save tiesmaster/8b198772d4430288988d6931648d3693 to your computer and use it in GitHub Desktop.
Save tiesmaster/8b198772d4430288988d6931648d3693 to your computer and use it in GitHub Desktop.
Some basic VIM dotfiles
au GUIEnter * simalt ~x
source $VIMRUNTIME/vimrc_example.vim
" clipboard shortcuts
vmap <f9> "+x
vmap <f11> "+y
nmap <f12> "+gP
imap <f12> +
cmap <f12> +
vmap <f12> "+p
map <f5> i[BOYSCOUT] 
imap <f5> [BOYSCOUT]
map <f6> :set guifont=Lucida_Console:h20:cANSI:qDRAFT<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment