mirror of
https://github.com/jbranchaud/til
synced 2026-07-05 17:00:17 +00:00
Add Chrome Supports Many Unix Keyboard Shortcuts as a chrome til
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Chrome Supports Many Unix Keyboard Shortcuts
|
||||
|
||||
In a Unix environment, you can use keyboard shortcuts to do a variety of things
|
||||
more efficiently. For instance, hitting `ctrl-a` moves the cursor to the
|
||||
beginning of the line. Conversely, `ctrl-e` moves the cursor to the end of the
|
||||
line. Another fun one is `ctrl-u` which erases from the cursor to the beginning
|
||||
of the line.
|
||||
|
||||
Learning these doesn't only have value when you are logged into some remote
|
||||
server. There are many apps that support a variety of these shortcuts. Chrome
|
||||
is one of them.
|
||||
|
||||

|
||||
Reference in New Issue
Block a user