Pivotal Labs

Main menu

Skip to primary content
Skip to secondary content
  • About
  • Case Studies
  • Team
    • Executives
    • Locations
      • San Francisco (HQ)
      • Boston
      • Boulder
      • Denver
      • London
      • Los Angeles
      • New York
  • Community
    • Blogs
    • Tech Talks
    • Events
  • Careers
    • Lifestyle
    • Principles & Practices
    • Benefits
    • FAQ
    • Apply
  • Contact
    • Press Room
    • Press Releases
    • In The News
    • Press Kit
  • All
  • Labs
  • Standup
  • Tracker

Standup 06/05/2007

Joe Moore
Tuesday, June 5, 2007

Interesting Things

  • Most of us who have converted from Windows to Mac hate the Mac’s usage of the Home and End keys (move to beginning of file or end of file, respectively.) Here’s a trick to ‘fix’ them:

To make home and end keys work on a mac simply copy this into the specified file (DefaultKeyBinding.dict)

<code>
/* ~/Library/KeyBindings/DefaultKeyBinding.dict */
{
    "^f"      = "moveWordForward:";            /* Ctrl-f    = next word     */
    "^b"      = "moveWordBackward:";           /* Ctrl-b    = previous word */
    "^v"      = "pageUp:";                     /* Ctrl-v    = page up       */
    "UF729"  = "moveToBeginningOfLine:";      /* Home      = start of line */
    "$UF729" = "moveToBeginningOfLineAndModifySelection:";  /* Shift-Home = start of doc  */
    "^UF729" = "moveToBeginningOfDocument:";  /* Ctrl-Home = start of line and select  */
    "@UF729" = "moveToBeginningOfDocument:";  /* Cmd-Home = staart of doc  */
    "UF72B"  = "moveToEndOfLine:";      /* End      = end of line */
    "$UF72B" = "moveToEndOfLineAndModifySelection:";  /* Shift-End = end of line and select  */
    "^UF72B" = "moveToEndOfDocument:";  /* Ctrl-End = end of doc  */
    "@UF72B" = "moveToEndOfDocument:";  /* Cmd-End = end of doc  */
}
</code>

Everything seems to work except firefox, sadly.

  • 0 Shares
  • Share on Facebook
  • Share on Twitter

Add New Comment Cancel reply

Your email address will not be published.

Joe Moore

Joe Moore
New York

Recent Posts

  • How We Use tmux for Remote Pair Programming
  • Integrating Remote Developers: Intuitive, Flexible Video Conferencing
  • Pair Programming Matrix
Subscribe to Joe's Feed

Author Topics

agile (117)
pair programming (6)
remote (4)
remote pair programming (3)
tmux (1)
android (10)
mobile (10)
robolectric (4)
java (4)
c2dm (2)
testing (8)
apple (1)
ipad (1)
pivotal tracker (6)
sf.tug (2)
desert (2)
ruby on rails (13)
javascript (2)
capistrano (1)
palmpre (1)
active record (3)
activerecord (6)
mysql (1)
rubymine (1)
fun (4)
acts_as_fu (1)
rspec (2)
xp (1)
flash (1)
  • About
  • Case Studies
  • Team
  • Community
  • Careers
  • Contact
  • Labs
  • Events

Contact Us

contact@pivotallabs.com
+1 415-77-PIVOT
TwitterLinkedInFacebook

Pivotal Tracker

Tracker is the award-winning agile project management tool that enables real-time collaboration around a shared, prioritized backlog.
Visit pivotaltracker.com >