Skip to content

Latest commit

 

History

History
88 lines (72 loc) · 2.28 KB

Experiments.wiki.md

File metadata and controls

88 lines (72 loc) · 2.28 KB

Requirements to build.

Windows SDK
- Visual Studio Build Tools
-- Desktop Development with c++
-- dotnet desktop build tools
-- UWP build tools
Powershell 7

Build

Portable.cmd

Fuzzy Find

Key(s) Action Mode
ctrl+shift+f Open Fuzzy Search Terminal

FuzzyFind

Floating Terminal

Key(s) Action Mode
ctrl+shift+e Open Float Terminal Terminal

FloatTerm

Quick Select

Key(s) Action Mode
alt+space Enter Quick Select Mode Terminal
{a-z} Select start of pattern Quick Select
Shift + {a-z} Send text of matching pattern to terminal Quick Select
Ctrl + {a-z} Send text of matching pattern to terminal Quick Select

QuickSelect

Vim Mode (Only for Mark mode) Terminal Mode

Default Action
ctrl+shift+m Enter Vim Mode
ctrl+shift+/ Enter Vim Mode Forward Search
ctrl+shift+? Enter Vim Mode Backward Search

Motions

Key Motion
h right
j down
k up
l left
w/W jump forwards to the start of a word
e/E jump forwards to the end of a word
b/B jump backwards to the start of a word
f/Fx jump to next occurrence of character x
t/Tx jump to before next occurrence of character x
; repeat previous f, t, F or T movement
, repeat previous f, t, F or T movement, backwards
% move cursor to matching character []{}()
gg go to the first line of the document
G go to the last line of the document
ctrl+u Ctrl + u - move cursor and screen up 1/2 page
ctrl+d Ctrl + d - move cursor and screen down 1/2

Other

Key
y yank
yy yank entire line
yiw/W yank in word
v enter visual select mode
V enter visual line mode
? Search up
/ Search down

Relative Line Numbers

Key(s) Action Mode
ctrl+shift+r Toggle on/off Terminal

RelativeLineNumbers