Created
February 1, 2023 22:03
-
-
Save razzius/fc887a4e878dbc86ca571bdd775ccd06 to your computer and use it in GitHub Desktop.
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
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