Skip to content

Instantly share code, notes, and snippets.

@razzius
Created February 1, 2023 22:03
Show Gist options
  • Save razzius/fc887a4e878dbc86ca571bdd775ccd06 to your computer and use it in GitHub Desktop.
Save razzius/fc887a4e878dbc86ca571bdd775ccd06 to your computer and use it in GitHub Desktop.
syntax enable
filetype plugin indent on
set tabstop=4
set smartindent
let mapleader = ' '
nnoremap <leader>q :q<cr>
nnoremap <leader><leader> :w<cr>
inoremap <C-t> <esc>hxpa
cnoremap <C-t> <C-f>$Xp<C-c><right><C-l>
highlight Comment ctermfg=cyan
" plugin: https://github.com/nickeb96/fish.vim
" plugin: https://github.com/ojroques/vim-oscyank
autocmd TextYankPost * if v:event.operator is 'y' && v:event.regname is '' | execute 'OSCYankReg "' | endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment