-
-
Save neilmacneil123/b6cc84df74b887636cc2b94f8c4595be to your computer and use it in GitHub Desktop.
Revisions
-
samiraguiar revised this gist
Jan 14, 2016 . 1 changed file with 9 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,13 +2,21 @@ Shortcut Description --------------------------------------------------------------- C-o Drop to the console Insert Select/deselect file * Invert selection on files + Specify file selection options (including custom pattern) - The same as above, but for deselecting F5/F6 Copy/move selected files A-s Incremental search (A-s again to jump to next occurence) A-. Toggle "Show Hidden Files" feature A-Enter Put name of the highlighted file on command line C-r Refresh current pane TAB Jump from one panel to the other A-i Make the other panel show the same directory as the current C-u Swap panels A-c Quick cd dialog A-? Search dialog A-h Show history -
maciakl revised this gist
Nov 8, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Shortcut Description --------------------------------------------------------------- C-o Drop to the console * Invert selection on files A-s Incremental search A-. Toggle "Show Hidden Files" feature -
maciakl revised this gist
Aug 24, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Shortcut Description C-o Drop to the console A-s Incremental search A-. Toggle "Show Hidden Files" feature A-Enter Put name of the highlighted file on command line C-r Refresh current pane -
maciakl revised this gist
Aug 17, 2012 . 1 changed file with 8 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,14 @@ Shortcut Description --------------------------------------------------------------- C-o Drop to the console A-s Incremental search A-Enter Put name of the highlighted file on command line C-r Refresh current pane A-c Quick cd dialog A-? Search dialog A-h Show history C-x c Chmod dialog @@ -18,4 +18,8 @@ C-x l Create hard link dialog C-x d Compare directories F2 @ unzip Unzip selected file F2 @ zip -r foo.zip Zip current directory as foo.zip F2 @ 7za x Extract selected file with 7zip F2 @ 7za a foo.7z 7zip current directory as foo.7z -
maciakl created this gist
Aug 7, 2012 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ Shortcut Description --------------------------------------------------------------- C-o Drop to the console A-Enter Put name of the highlighted file on command line C-r Refresh current pane A-c Quick cd dialog A-? Search dialog A-s Incremental search A-h Show history C-x c Chmod dialog C-x o Chown dialog C-x s Create symlink dialog C-x l Create hard link dialog C-x d Compare directories F2 @ zip -r a.zip Zip current directory as a.zip