removed left over references to Command-T
This commit is contained in:
parent
66bf2a8cce
commit
744b755a2d
@ -258,7 +258,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
|
||||
* ,t - CtrlP fuzzy file selector
|
||||
* ,b - CtrlP buffer selector
|
||||
* Cmd-Shift-P - Clear CtrlP cache
|
||||
* ,jm jump (command-t) app/models
|
||||
* ,jm jump (via CtrlP) app/models
|
||||
* ,jc app/controllers
|
||||
* ,jv app/views
|
||||
* ,jh app/helpers
|
||||
|
@ -3,17 +3,10 @@ require File.join(File.dirname(__FILE__), 'default_libs')
|
||||
|
||||
GitStyleBinary.command do
|
||||
version "yadr-init-plugins 1.0"
|
||||
|
||||
short_desc "Initialize all submodules. Run this every time you pull a new yadr version."
|
||||
|
||||
run do |command|
|
||||
system("cd ~/.dotfiles && git submodule init && git submodule update")
|
||||
|
||||
# Compile Command-T
|
||||
if File.directory?(File.expand_path("~/.dotfiles/vim/bundle/skwp-Command-T"))
|
||||
puts "Compiling Command-T plugin..."
|
||||
system("cd ~/.dotfiles/vim/bundle/skwp-Command-T && rake make")
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user