January 31, 2019

vim - copy to clipboard

1) check if vim supports clipboard
vim --version

+/- clipboard

2) if vim has been compiled with clipboard support

press "v" for visual selection
select the text
press "esc"
press yy to copy

October 8, 2016

install Cinnamon 3.0 on Ubuntu 16.04 LTS via PPA

sudo add-apt-repository ppa:embrosyn/cinnamon
sudo apt update
sudo apt install cinnamon blueberry



February 14, 2016

edit mkv title from command line in macOS

mkvpropedit /Volumes/Movies/2015/chappie.mkv --edit info --set "title=chappie"


to install mkvproperedit on macOS do 'brew install mkvtoolnix'

How to type letters with accent

Very useful article https://www.freecodecamp.org/news/how-to-type-letters-with-accents-on-mac/