This file contains 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
(* | |
iTerm Here - Michael "Doc" Norton | |
Version 0.1.1 | |
A Button for opening the iTerm.app and CD-ing to the location of the selected files or folder. | |
Inspired by the workflow from Jeroen Leenars, but using iTerm instead of Terminal. | |
Additional contributions to concept (and code) from: | |
Felipe Meneguzzi |
This file contains 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
" get out of vi-compatible mode | |
set nocompatible | |
if !exists("colors_name") | |
colorscheme slate | |
endif | |
" show line numbers | |
set number |