Skip to content

Instantly share code, notes, and snippets.

View patdavid's full-sized avatar

Pat David patdavid

View GitHub Profile
@patdavid
patdavid / Bash_command_line_shortcuts.md
Created January 24, 2018 16:03 — forked from P7h/Bash_command_line_shortcuts.md
Bash command line Shortcuts

Bash command line Shortcuts

Picked these from here

Command Editing Shortcuts

Command Note
Ctrl + a go to the start of the command line
Ctrl + e go to the end of the command line
Ctrl + k delete from cursor to the end of the command line
@patdavid
patdavid / HTML_insert.vim
Created April 6, 2017 14:34 — forked from groenewege/HTML_insert.vim
vim - insert html
" Version 1.2
" Script create :IMG command, whitch insert HTML IMG tag
" with fill atributes width and height.
"
" It's need _identify_ utility from ImageMagic!
"
" (c) Petr Mach <gsl@seznam.cz>, 2003
" http://iglu.cz/wraith/
"
" Call it without parameter for file browser for selecting image.
@patdavid
patdavid / GIMP FAQ
Last active August 29, 2015 14:15 — forked from prokoudine/GIMP FAQ.md
**Can I use GIMP commercially?**
Yes, you can. GIMP is free software, it doesn't put restrictions on the kind
of work you produce with it.
**What's the GNU GPL license, and how do I comply with it?**
* You are free to use GIMP, for any purpose
* You are free to distribute GIMP
* You can study how GIMP works and change it