Created
August 7, 2023 20:32
-
-
Save tiesmaster/8b198772d4430288988d6931648d3693 to your computer and use it in GitHub Desktop.
Some basic VIM dotfiles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
au GUIEnter * simalt ~x |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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