Vim Tastatürkürzel 

Vim    

Zeynel -
7 years ago
- Tastaturkürzel
1
Esc

Gets out of the current mode into the “command mode”. All keys are bound of commands

2
I

Insert mode” for inserting text. Keys behave as expected

1
:

“Last-line mode”. In this mode, Vim expects you to enter a command such as to save the document

Werbung

1
H

Move the cursor one character to the left

-1
J

Move the cursor down one line

0
oder Ctrl + J
2
K

Move the cursor up one line

-1
oder Ctrl + P
-1
L

Move the cursor one character to the right

1
0

Move the cursor to the beginning of the line

-3
$

Move the cursor to the end of the line

0
^

Move the cursor to the first non-empty character of the line

0
W

Move forward one word (next alphanumeric word)

0
W

Move forward one word (delimited by a white space)

0
5 Dann W

Move forward five words

0
B

Move backward one word (previous alphanumeric word)

-1
B

Move backward one word (delimited by a white space)

0
5 Dann B

Move backward five words

-1
G

Move to the end of the file

2
G Dann G

Move to the beginning of the file

2
(

Jump to the previous sentence

1
)

Jump to the next sentence

0
{

Jump to the previous paragraph

0
}

Jump to the next paragraph

0
[ Dann [

Jump to the previous section

0
] Dann ]

Jump to the next section

0
[ Dann ]

Jump to the end of the previous section

0
] Dann [

Jump to the end of the next section

0
A

Insert text after the cursor

0
A

Insert text at the end of the line

1
I

Insert text before the cursor

0
O

Begin a new line below the cursor

0
O

Begin a new line above the cursor

0
X

Delete character at cursor

-1
D Dann W

Delete a word

0
D Dann 0

Delete to the beginning of a line

0
D Dann $

Delete to the end of a line

0
D Dann )

Delete to the end of sentence

0
D Dann G Dann G

Delete to the beginning of the file

0
D Dann G

Delete to the end of the file

0
D Dann D

Delete line

0
3 Dann D Dann D

Delete three lines

1
R

Replace characters instead of inserting them

1
Y Dann Y

Copy current line into storage buffer

2
P

Paste storage buffer after current line

1
P

Paste storage buffer before current line

1
U

undo the last operation

0
Ctrl + R

Redo the last undo

1
~

Switch case

0
D

Delete a word

0
C

Change

Werbung

0
Y

Yank

0
>

Shift right

0
<

Shift left

0
!

Filter through an external command

0
: Dann Q

Quits Vim but fails when file has been changed

0
: Dann W

Save the file

3
: Dann W Dann Q

Save the file and quit Vim

0
: Dann Q Dann !

Quit Vim without saving the changes to the file

1
Z Dann Z

Write file, if modified, and quit Vim

0
Z Dann Q

Same as :q! Quits Vim without writing changes


Teilen Sie diese Seite auf:
Ist diese Seite hilfreich?
2 1

Programminformationen

Programmname: Vim Vim (Allgemein)

Website: http://www.vim.org

Letztes Update: 03.02.2020 12:41 UTC

So einfach drücken Sie Tastenkombinationen: 80%

Weitere Informationen >>

Anzahl der Verknüpfungen: 61

Plattform erkannt: Windows oder Linux

Ähnliche Programme




Was ist Ihr Lieblings-Hotkey für Vim ? Habt ihr dazu nützliche Tipps? Informieren Sie unten andere Benutzer darüber.


Nur registrierte Benutzer können Links posten.
 
Noch keine Kommentare. Fragen Sie oder geben Sie den ersten ein!

Neueste Artikel