Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pasting error #533

Merged
merged 1 commit into from
May 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions cyberduck/browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,16 +242,16 @@ Open new browser window after application launch.

### Browser → General

### Browser → General → Show Hidden Files

Display files in the browser that start with `.` and [previous revisions (S3)](../protocols/s3/index.md#versions). Use *View → Show Hidden Files* to toggle the mode of a current browser window.

### Browser → General → Double click opens file in external editor
Open files in a external editor by double-clicking

### Browser → General → Double click opens file in external editor
### Browser → General → Return key selects folder or file to rename
Use ⏎ key to select a file or folder for renaming

### Browser → General → Show Hidden Files

Display files in the browser that start with `.` and [previous revisions (S3)](../protocols/s3/index.md#versions). Use *View → Show Hidden Files* to toggle the mode of a current browser window.

### Browser → General → Info window always shows current selection

Use only one *Info* window which updates with the selection change in the browser. If unchecked, open multiple Info windows to compare files.
Expand Down
Loading