Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kianho
kianho / vimrc
Created September 21, 2016 08:18
"
" Use vim-plug to manage vim plugins
"
" - https://github.com/junegunn/vim-plug
"
" CLI USAGE EXAMPLES:
"
" Install plugins:
"
" $ vim +PlugInstall +qall
@kianho
kianho / gist:bba477aa567ea2103a6b
Created June 19, 2015 23:34
disable touchpad from the command line in ubuntu
user@localhost ~ $ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech Unifying Device. Wireless PID:4013 id=9 [slave pointer (2)]
⎜ ↳ Logitech Unifying Device. Wireless PID:1017 id=10 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=12 [slave pointer (2)]
⎜ ↳ TPPS/2 IBM TrackPoint id=14 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]