This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
redir! > ~/.vim/vim-keys.txt | |
silent verbose map | |
redir END |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# #!/usr/bin/sh | |
# | |
# opensnoop - snoop file opens as they occur. | |
# Written using DTrace (Solaris 10 3/05). | |
# | |
# 12-Jan-2006, ver 1.60 | |
# | |
# USAGE: opensnoop [-a|-A|-ceghsvxZ] [-f pathname] [-n name] [-p PID] | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=begin | |
Plugin: OmniFocus | |
Description: Grabs completed tasks from OmniFocus | |
Author: [RichSomerfield](www.richsomerfield.com) | |
=end | |
config = { | |
'omnifocus_description' => [ | |
'Grabs completed tasks from OmniFocus'], | |
'omnifocus_tags' => '@tasks', |
NewerOlder