Arkain Guides
What's new?Getting StartedUser GuideCredit And MembershipFAQ
  • Arkain Guides
  • Getting Started
    • What is Arkain?
    • Quick Started
  • User Guide
    • Dashboard
      • Container
        • Container Specifications
        • Container Management
          • Creating Container
          • Import GitHub Repos
          • Container Settings
            • Init Script
            • Environment Variable
            • Container Upgrade
            • Rename the Container
            • Container Sharing
          • Container Run / Stop / Delete
        • Auto-off
        • NVIDIA Tesla T4 GPU Container
        • Inactive Container
      • Credit Usage
      • Billing
        • Coupon
    • Workspace
      • File Management
        • Move
        • Open / Close in Editor
        • Properties
        • Import / Export
        • Compress / Extract File
      • Commands
      • Source Code Management Git
        • Git Sidebar
        • Branch
        • Changes / Historys / Event tabs
        • Add
        • Commit
        • Push
        • Pull
        • Ignore
        • Diff
      • Collaboration
        • Container Sharing
        • Co-Editing
      • SBOM Management
      • Multi Project
      • URL / Port
      • Keyboard Shortcut
    • Arkain AI
      • What is Arkain Snap
      • What is Side Chat
        • How to use Side Chat
      • Supported Models
      • Auto-completion
    • Templates
      • Create a Template
      • Browse Templates
      • Manage a Template
      • Malicious Templates and Comment Policy
    • Bug Reporting
    • Key Terms
  • Credits & Membership
    • About Arkain Beta Crew
    • Credits
      • Calculate Your Credit Usage
      • Purchasing Credits
    • Membership
      • Subscribing to Membership
  • FAQ
    • FAQ
      • How to run as background process
      • SSH Configuration
      • Why my container blocked
      • I want to use Selenium.
      • How do I copy / paste from the terminal?
      • Official Template Guide
        • Web with Open API
  • What's new?
    • Arkain Release Note
      • March 31, 2025
      • Apr 7, 2025
      • Apr 14, 2025
      • Apr 24, 2025
      • May 15, 2025
      • May 23, 2025
      • Jun 5, 2025
Powered by GitBook
On this page
  • Default Editor
  • Vim Editor
  • Close

Was this helpful?

Export as PDF
  1. User Guide
  2. Workspace
  3. File Management

Open / Close in Editor

PreviousMoveNextProperties

Last updated 2 months ago

Was this helpful?

In Arkain's Project Sidebar, you can open source code files using the editor. Arkain offers a standard Default Editor along with Vim Editor, Emacs Editor, and Emmet Editor.

Default Editor

The Default Editor is a text editor that can be opened within the editor section. To open a file, double-click the file you want to open in the Project Sidebar or right-click and go to [Open] or [Open As] → [Default Editor].

Alternatively, press the default shortcut Ctrl + O (macOS ⌘ O). In the 'Open File' pop-up window that appears, select the file and press the [OK] button to open it.

Depending on the file's extension, it may open in the default editor, or it may open in a document viewer. Some unsupported file extensions cannot be opened.

Vim Editor

In addition to the Default editor, Arkain also provides a Vim editor. When you open a file with the Vim Editor, it will open within the same Editor section where the Default Editor was previously displayed.

The Vim Editor can be accessed by right-clicking the target file in the Project Sidebar, selecting [Open with] → [Vim Editor]. While the Vim Editor appears similar to the Default Editor, it allows you to edit and save files using Vim commands.

You can open Emacs Editor and Emmet Editor in the same way.

Close

Files opened in the Editor section can be closed by clicking the [X] button on the tab of each file. Alternatively, you can press the default keyboard shortcut Alt + X (Mac: ⌥ X) to close the open file.

You can also right-click a file tab in the Editor section and select [Close] to close that specific file tab. Selecting [Close All] will close all open file tabs.