File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11" nvim file: ~/.config/nvim/init.vim
2- " Last Change: 2018 mar 31 19:15
2+ " Last Change: 2018 abr 01 08:59
33" vim: ff = unix ai et ts = 4
44" Author: Sérgio Luiz Araújo Silva
55" Reference: http://sergioaraujo.pbworks.com/w/page/15864094/vimrc
@@ -999,8 +999,8 @@ nnoremap <Backspace> :call DeleteUnder()<CR>
999999" https://superuser.com/a/147842/45032
10001000" Insert new line above and below in normal mode
10011001" unimpaired [<space ]<space>
1002- nnoremap <CR> :call append(line('.'), '')<CR>
1003- nnoremap <A-CR> :call append(line('.')-1, '')<CR>
1002+ " nnoremap <CR> :call append(line('.'), '')<CR>
1003+ " nnoremap <A-CR> :call append(line('.')-1, '')<CR>
10041004
10051005" Here we have some shortcuts (above)
10061006" <CR> ............... add new line below in normal mode
Original file line number Diff line number Diff line change 1- # Introdução
1+ # Introdução - dom 01 abr 2018 10:56:02 -03
22
33 convert velha_imagem.png nova_imagem.jpg
44
Original file line number Diff line number Diff line change 11Arquivo: manual do comando pdftk
22
33 Criado: Sex 04/Nov/2011 hs 19:25
4- Last Change: dom 08 jan 2017 12:34:46 BRT
4+ Last Change: 2018 abr 01 10:58
55 autor: Sérgio Luiz Araújo Silva
66 site: http://vivaotux.blogspot.com
77 twitter: http://www.twitter.com/voyeg3r
@@ -14,6 +14,8 @@ Uma alternativa mais leve é o [stapler](stapler)
1414
1515# Concatenando dois arquivos em um
1616
17+ veja também o comando [ convert] ( convert.md )
18+
1719 pdftk Arquivo1.pdf Arquivo2.pdf cat output Concatenado1e2.pdf
1820
1921# Dividindo arquivos
You can’t perform that action at this time.
0 commit comments