Skip to content

How to open a file on a single click? #10989

Answered by luvsense
juli1 asked this question in Q&A
Discussion options

You must be logged in to vote

This feature was recently added to zed as, preview tabs where on single click to view file and to pin them you have to double click the file, #4922

you can put this in your settings.json to turn this feature off

"preview_tabs": {
    // Whether preview tabs should be enabled.
    // Preview tabs allow you to open files in preview mode, where they close automatically
    // when you switch to another file unless you explicitly pin them.
    // This is useful for quickly viewing files without cluttering your workspace.
    
    "enabled": false,
    
    // Whether to open files in preview mode when selected from the file finder.
    
    "enable_preview_from_file_finder": false
  },

Also,…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@juli1
Comment options

@bennetbo
Comment options

Answer selected by juli1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants