Search results

  1. XAKEPbg201

    Vim basics and more

    # This clever lines are to check for blank spaces after the end of a line every time you save & exit. Simply put them on your .rc file autocmd BufWritePre * %s/\s\+$//e vnoremap <C-c> "*Y :let @+=@*<CR> map <C-p> "+P
Top