Lapce Docs
Home
  • Introduction
  • Get started
    • Setup
    • Command palette
    • Settings
    • Keybindings
    • Modal editing
    • Remote development
    • Themes
    • Terminal
  • Features
    • Multiple cursor
    • Syntax highlighting
  • Development
    • Architecture
    • Plugin development
    • Theme
Powered by GitBook
On this page
  • Adding a line
  • Insert cursors at end of line
  • Select current line
  • Select all occurrences at the cursor
  • Add next occurrence
  • Undo cursor
  1. Features

Multiple cursor

Adding a line

To add the line above or below to the selection, use:

Ctrl+Alt+ArrowUp and Ctrl+Alt+ArrowDown For Windows and Linux

Meta+Alt+ArrowUp and Meta+Alt+ArrowDown For macOS

Insert cursors at end of line

To insert cursors at the end of a line of all current selections, use:

Alt+Shift+I For Windows and Linux and macOS

Select current line

To select lines that current cursors are at, use:

Ctrl+L For Windows and Linux

Meta+L For macOS

Select all occurrences at the cursor

To select all occurrences of the current selection, or the word the cursor at, use:

Ctrl+Shift+L For Windows and Linux

Meta+Shift+L For macOS

Add next occurrence

To add the next occurrence of the current selection, or the work the cursor at, use:

Ctrl+D For Windows and Linux

Meta+D For macOS

Or if you want to skip the next occurrence, use:

Ctrl+K Ctrl+D For Windows and Linux

Meta+K Meta+D For macOS

Undo cursor

To undo the last cursor action, use:

Ctrl+U For Windows and Linux

Meta+U For macOS

PreviousTerminalNextSyntax highlighting

Last updated 3 years ago