Skip to content

gorbannastya/CedarShortcuts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A fork of CedarShortcuts to integrate with Kiwi.

  • rake install or build from XCode

  • Shortcuts

    Ctrl + Alt + U
    Runs example under the cursor in the currently active file
    (Product > Run Focused Spec)

    Shift + Ctrl + Alt + Cmd + U
    Runs the previously focused example(s)
    (Product > Run Last Focused Spec(s))

    Ctrl + Alt + I
    Insert #import declaration for a symbol under the cursor
    (Edit > Insert Import)

    Shift + Ctrl + Cmd + DownArrow
    Alternate between Spec and implementation in current editor
    (Navigate > Alternate Between Spec)

    Shift + Ctrl + Alt + Cmd + DownArrow
    Open alternate (spec or implementation) in adjacent editor
    (Navigate > Open Spec/Impl in Adjacent Editor)

    Ctrl + Alt + E
    Show list of recently opened files
    (View > Standard Editor > Show Recent Files)

You can use OS X keyboard preferences pane to override shortcut for any menu item (System Preferences > Keyboard > Keyboard Shortcuts > Application Shortcuts > '+').

(Plugin can be uninstalled by removing CedarShortcuts.xcplugin from ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins)

About

Xcode plugin for Kiwi focused specs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 97.0%
  • Ruby 2.7%
  • Shell 0.3%