Skip to content

Navigating Files

Moving around your code shouldn’t slow you down. Kisuke makes file navigation fast and intuitive, even on a touch screen.

  • iPhone: Swipe from the left edge or tap the folder icon
  • iPad: Always visible on the left side
  • Toggle: Tap the sidebar icon to show/hide

Your files are organized just like on your computer:

📁 my-project
📁 src
📄 App.js
📄 index.js
📁 styles
📄 main.css
📄 package.json
📄 README.md
  • Tap folder name to expand/collapse
  • Tap arrow for quick toggle
  • Long press for folder options
  • Nested folders show indented

The fastest way to find files:

  1. Tap the search icon 🔍
  2. Start typing the filename
  3. Results appear instantly
  4. Tap to open
  • Partial names work: “app” finds “App.js”
  • Extensions optional: “index” finds “index.js”
  • Case insensitive: “APP” finds “app.js”
  • Fuzzy matching: “aj” might find “App.js”

Your most recent files appear at the top:

  • Last 10 opened files
  • Tap to reopen quickly
  • Clear history in settings
  • Project-specific history

Multiple ways to open:

  • Single tap - Opens in current tab
  • Double tap - Opens in new tab
  • Long press - Shows options menu

Keep multiple files open:

  • Active tab highlighted
  • Swipe tabs to scroll through
  • X button closes tab
  • Tab limit prevents clutter

Quick tab actions:

  • Swipe down on tab to close
  • Long press for options
  • Drag tabs to reorder
  • Double tap tab bar for tab list

See where you are:

my-project > src > components > Button.js
  • Tap any part to jump there
  • See full path always
  • Truncates long paths smartly
  • Updates as you navigate

Press and hold any file for:

  • Open in new tab
  • Rename file
  • Delete file
  • Copy path
  • Show in finder

Quick gestures on files:

  • Swipe left - Quick actions
  • Swipe right - Mark/unmark
  • Pinch out - Preview file
  • Force touch - Peek at contents

In supported languages:

  • Tap and hold on function name
  • Select “Go to definition”
  • Opens file and position
  • Works across files

Find functions and classes:

  1. Open command palette
  2. Type @ followed by name
  3. See all symbols in file
  4. Jump to selection

See connected files:

  • Imports and exports
  • Related test files
  • Style companions
  • Configuration links

If you have multiple roots:

  • Each shows separately
  • Switch between projects
  • Independent histories
  • Unified search

See file status:

  • 🟢 New files (untracked)
  • 🟡 Modified files
  • 🔴 Deleted files
  • 🔵 Renamed files

Quick status info:

  • 🔴 Errors in file
  • ⚠️ Warnings present
  • 💾 Unsaved changes
  • 🔒 Read-only files

In settings, adjust:

  • Single vs double tap to open
  • Tab opening behavior
  • File tree indent size
  • Icon themes

Order files by:

  • Name (alphabetical)
  • Type (folders first)
  • Date modified
  • Custom rules

Hide files you don’t need:

  • Dot files (.gitignore)
  • Build outputs
  • Node modules
  • Custom patterns

Navigate faster:

  • Arrow keys - Move selection
  • Enter - Open file
  • Cmd+P - Quick open
  • Cmd+Shift+E - Focus explorer

For power users:

  • j/k - Up/down
  • h/l - Collapse/expand
  • / - Start search
  • n/N - Next/previous result
  • Quick open is fastest
  • Recent files save time
  • Breadcrumbs show context
  • Tabs keep flow
  • Close unused tabs
  • Group related files
  • Use search liberally
  • Mark important files
  • Swipe for speed
  • Long press for options
  • Double tap strategically
  • Use gestures naturally
  1. Find error file quickly
  2. Jump to line number
  3. Check related files
  4. Navigate imports
  1. Open feature folder
  2. Keep specs nearby
  3. Reference examples
  4. Quick switch files
  1. Open changed files
  2. Navigate with diff
  3. Jump between files
  4. Track progress

Continue mastering the editor: