Shortcuts — কিবোর্ড সর্টকাট

Jahangir Alam
2 min readDec 8, 2019

--

যেকোনো সাইটে ইমোজি insert করার জন্য লিনাক্স থেকে ctrl+shift+e প্রেস করলেই ইমুজি insert করার উইন্ডো ওপেন হবে । সেখান থেকেই ইমুজি সিলেক্ট করা যায় ।

  1. vs code
  2. medium blog

1. Visual Studio Code

  • Mac
  • Windows
  • Linux

Open/View

Open Command Pallete

Shift+Cmd+P
Shift+Ctrl+P

Toggle Terminal

Ctrl+`
Ctrl+`

Toggle Sidebar

Cmd+B 
Ctrl+B

Open New Window/Instance

Shift+Cmd+N 
Shift+Ctrl+N

Working with file

Change File Tabs

Ctrl+Tab

Quick File Open

Cmd+P
Ctrl+P

Spilt Editor

Cmd+\
Ctrl+\

Code Editing

Go To Start & End Of Line

Cmd+Right/Left

home/end

Move By Word

Option+Right/Left

Ctrl+Right/Left

Copy Line Up & Down

# mac
Shift+Option+Up/Down
# windows
Shift+Alt+Up/Down
# linux
Ctrl+Shift+Alt+Up/Down

Remove Line

ShiftCmd+K
Shift+Ctrl+K

Move Line Up & Down

Option+Up/Down

Alt+Up/Down

Insert Line → কার্সর লাইনের যেখানেই থাকুক না ক্যান উপড়ে অথবা নিচে নিউ লাইনে কার্সর চলে যাবে ।

Cmd+Enter # Insert below
Shift+Cmd+Enter # Insert above

Ctrl+Enter # Insert below
Shift+Ctrl+Enter # Insert above

Select Next Match or multi line cursor

Cmd+D
Ctrl+D

De-select Match

Cmd+U
Ctrl+U

section or multi line indent/unindent

ctrl+ ]   # indent
ctrl+ [ # unindent

এভাবে Multi -line cursor সিলেক্ট করা যায় ।

--

--

No responses yet