DevTools

Cheatsheet Lite XL

Editor de texto leve e rápido, escrito em Lua

Back to languages
Lite XL
27 cards found
Categories:
Versions:

file


7 cards
New document
Ctrl + N

Creates a new document.

Close document
Ctrl + W

Closes the active tab.

Open file
Ctrl + O

Opens a file.

Next / previous tab
Ctrl + Tab
Ctrl + Shift + Tab

Navigates between open documents.

Save
Ctrl + S

Saves the current document.

Go to tab
Alt + 1 … 9

Jumps directly to a tab.

Save the
Ctrl + Shift + S

Saves with a new name.

Edition


8 cards
Undo / Redo
Ctrl + Z  (undo)
Ctrl + Y  (redo)

Reverts or reapplies actions.

Duplicate line
Ctrl + Shift + D

Duplicates the current line.

Cut / Copy / Paste
Ctrl + X  (cut)
Ctrl + C  (copy)
Ctrl + V  (paste)

Clipboard operations.

Comment / uncomment
Ctrl + /

Comments or uncomments the line.

Select all
Ctrl + A

Selects all content.

Indent / unindent
Tab        (indent)
Shift + Tab (unindent)

Adjusts the indentation.

Select next occurrence
Ctrl + D

Selects the next matching word (multi-cursor).

Select line
Ctrl + L

Selects the whole line.

Search and Navigation


5 cards
Search
Ctrl + F

Opens search in the document.

Quick open file
Ctrl + P

Opens a file by name (fuzzy finder).

Replace
Ctrl + H

Opens replace.

Next result
F3

Jumps to the next result.

Go to line
Ctrl + G

Jumps to a line number.

Commands


3 cards
Command palette
Ctrl + Shift + P

Opens the palette with all commands.

Autocomplete
Ctrl + Space

Shows autocomplete suggestions.

Increase / decrease font
Ctrl + +  (increase)
Ctrl + -  (decrease)
Ctrl + 0 (reset)

Adjusts the text size.

Tips


4 cards
Plugins
Lite XL → Plugins

Installs plugins such the LSP, treeview and git.

Customize shortcuts
~/.config/lite-xl/keymap.lua

Edits the keyboard shortcuts.

Themes
"colors" plugin

Changes the editor color scheme.

LSP (advanced autocomplete)
"lsp" plugin

Adds code intelligence.