Skip to content
Snippets Groups Projects
Commit 7a1dd024 authored by Jack Chen (chendo)'s avatar Jack Chen (chendo)
Browse files

Option sucks, Shift is better

parent 9857a315
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2224,7 +2224,7 @@ static BOOL RectsEqual(NSRect* a, NSRect* b) {
// Command click in place.
NSString *url = [self _getURLForX:x y:y];
if (url &&[event modifierFlags] & NSAlternateKeyMask) {
if (url &&[event modifierFlags] & NSShiftKeyMask) {
NSString *fullPath = [trouter getFullPath:url
workingDirectory:[self getWorkingDirectoryAtLine:y + 1]
lineNumber:nil];
Loading
Loading
Loading
Loading
@@ -20,7 +20,7 @@ order)
MacVim/Textmate/BBedit, otherwise opens with associated program.
* Command + Drag gives you a file handle you can drop on any app that
supports drag and drop (pretty much everything).
* Command + Option + Click on a directory does `cd <path>; ls`
* Command + Shift + Click on a directory does `cd <path>; ls`
 
## Customisation
If you don't use MacVim, Textmate or BBedit or if you want write
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment