2023-12-18 15:01:44 +01:00
|
|
|
vmap <C-c> :<Esc>`>a<CR><Esc>mx`<i<CR><Esc>my'xk$v'y!xclip -selection c<CR>u
|
|
|
|
map <Insert> :set paste<CR>i<CR><CR><Esc>k:.!xclip -o<CR>JxkJx:set nopaste<CR>
|
|
|
|
" Reopen the last edited position in files
|
2023-12-18 19:13:52 +01:00
|
|
|
au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
|
|
|
|
syntax on
|
|
|
|
filetype on
|