feat: add sent piping + fix description

This commit is contained in:
David JULIEN 2021-03-10 10:25:52 +01:00
parent 0f7c486c5c
commit 0506dee677
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
" Author : swytch
" Created : 06/05/2020
" License : GPLv3
" Description : vim filetype config
" Description : text filetype config
setlocal spell spelllang=fr,en_us
set expandtab
noremap <leader><Enter> :w! \| :!sent % &<CR><CR>