diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-05 07:05:07 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-05 07:05:07 +0200 |
commit | e0c0d4b38cde20e2300e86b69414dd9851b47456 (patch) | |
tree | 5df65243447352a9637d1f783247bfd5ccff2ef4 /dotfiles/cheat/commands | |
parent | dc45bf89a66ec6c8cd25cf5605deb853f6984705 (diff) | |
download | dotfiles_dotdrop-e0c0d4b38cde20e2300e86b69414dd9851b47456.tar.xz dotfiles_dotdrop-e0c0d4b38cde20e2300e86b69414dd9851b47456.zip |
ooo
Diffstat (limited to 'dotfiles/cheat/commands')
-rw-r--r-- | dotfiles/cheat/commands | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dotfiles/cheat/commands b/dotfiles/cheat/commands new file mode 100644 index 0000000..97300f2 --- /dev/null +++ b/dotfiles/cheat/commands @@ -0,0 +1,24 @@ +# For start a comands without aliased arguments +\<command> + +# Moving in cli + + +----(1)----------------+----------(2)-----+ -+ + | +-(3)----------------+----------(4)-+ | |- Moving + v v (5)v-+-v(6) v v -+ +$ cp monfidefoudefoudefou[c]hieffffffffffr dir + <----------------(7)-+-(8)----------> -+ + |- Erasing + <-------------------(9)-+-(10)-------------> -+ + + +(1) => Ctrl+A : Move from cursor to start of line +(2) => Ctrl-E : Move from cursor to end of line +(3) => Ctrl-B : Move from cursor to start of word +(4) => Alt-F : Move from cursor to end of word +(5) => Ctrl-B : Move from cursor to previous char +(6) => Ctrl-F : Move from cursor to next char +(7) => Ctrl-w : Erase from cursor to the start of word +(8) => Alt-D : Erase from cursor to the end of word +(9) => Ctrl-U : Erase from cursor to the start of line +(10) => Ctrl-K : Erase from cursor to the end of line |