Closed kangwonlee closed 5 years ago
[x] ctrl+r in bash
[ref] https://github.com/kangwonlee/tutorial/commit/4141172605fcae1880b69f7068989665dc9243eb
[x] cd -
[ref] https://github.com/kangwonlee/tutorial/commit/4141172605fcae1880b69f7068989665dc9243eb
[x] git checkout -
[ref] https://github.com/kangwonlee/tutorial/commit/4141172605fcae1880b69f7068989665dc9243eb
[x] Ctrl+a - beginning of the line
Ctrl+e - end of the line
Ctrl+u - clear the line (from the cursor)
Ctrl+w - delete backwards one word [ref] https://github.com/kangwonlee/tutorial/commit/19984433ee00db7bbe55ea6dee28b42b09630b1b
Later add as a subtree
bash
[ref]cd -
[ref]git checkout -
[ref]Ctrl+e - end of the line
Ctrl+u - clear the line (from the cursor)
Ctrl+w - delete backwards one word [ref]