Skip to content

Instantly share code, notes, and snippets.

@travmik
travmik / TaskPaper.taskpaper
Created February 10, 2013 15:20
TaskPaper raw data
Test project 1:
- test task 2 @testTag
- test task 2
Test project 2:
- project 2 task 1
- project 2 task 3
Test sub project:
- sub project task 1 @testTag2
@travmik
travmik / OSX_tweaks.md
Last active December 11, 2015 02:28
OS X tweaks
What Tweak
Disable report send defaults write com.apple.CrashReporter DialogType none
QuickLook text highlight defaults write com.apple.finder QLEnableTextSelection -bool TRUE
QuickLook plugins(reset qlmanage -r) zip http://goo.gl/ZmeIX
torrent http://goo.gl/2SIAy

|

@travmik
travmik / MC_shortcuts.md
Created January 14, 2013 13:52
Midnight Commander aka MC shortcuts for OS X
----- Esc -----
Quick change directory Esc + c
Quick change directory history Esc + c and then Esc + h
Quick change directory previous entry Esc + c and then Esc + p
Command line history Esc + h
Command line previous command Esc + p
View change Esc + t
Print current working directory in command line Esc + a
Switch between background command line and MC Ctrl + o
@travmik
travmik / IDEA_shortcuts.md
Last active December 11, 2015 02:09
Idea vs Eclipse shortcuts
Eclipse IntelliJ IDEA Description
F4 ctrl + h show the type hierarchy
crl + alt + g ctrl + alt + F7 find usages
ctrl + shift + u ctrl + F7 finds the usages in the same file
alt + shift + r shift + F6 rename