[LINUX] When you want to erase characters at once in terminal or line unit

ctrl + u Delete all the character strings after the cursor.

Example
|aaaaaaaaaaaaaaaaaaaaaaa

↓

|

ctrl + k Delete all the character strings before the cursor.

Example
aaaaaaaaaaaaaaaaaaaaaaa|

↓

|

Recommended Posts

When you want to erase characters at once in terminal or line unit
When you want to plt.save in a for statement
[Subprocess] When you want to execute another Python program in Python code
[Python] When you want to use all variables in another file
When you want to replace multiple characters in a string without using regular expressions in python3 series
Memorandum Regular expression When there are multiple characters in the character string that you want to separate
When you want a long line break
[Python3] Code that can be used when you want to change the extension of an image at once
When you want to update the chrome driver.
When characters and voiced / semi-voiced sound marks are separated and you want to combine them
When you want to adjust the axis scale interval with APLpy
[Python3] Code that can be used when you want to change the extension of an image at once
The story of IPv6 address that I want to keep at a minimum
When you want to erase characters at once in terminal or line unit
When you want to update the chrome driver.
Do you want me to fix that copy?
Settings when you want to run python-mecab with travis
When you want to filter with Django REST framework
When you want to play a game via Proxy
How to exit when using Python in Terminal (Mac)
I want to do something in Python when I finish
I know? Data analysis using Python or things you want to use when you want with numpy
Useful operation when you want to solve all problems in multiple programming languages with Codewars
[Python3] Code that can be used when you want to resize images in folder units
[Python] When you want to import and use your own package in the upper directory
If you want to use field names with hyphens when updating firestore data in python
Solution when you want to use cv_bridge with python3 (virtualenv)
[Django] A memorandum when you want to communicate asynchronously [Python3]
[AWS] What to do when you want to pip with Lambda
When you want to register Django's initial data with relationships
How to specify command line arguments when debugging in PyCharm
When you want to use python2.x on modern Gentoo Linux
When you want to hit a UNIX command on Python