Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions mycli/TIPS
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,30 @@ use keystroke right-arrow to accept a full-line suggestion from your history!

cancel history search using keystrokes Escape or control-g!

uppercase a word using keystroke alt-u!

lowercase a word using keystroke alt-l!

collapse multiple spaces using keystroke alt-\!

undo using keystroke control-_ or control-x + control-u!

ditto the last argument of the previious command with keystroke alt-.!

ditto the last argument of the previious command with keystroke alt-_!

turn the current query into a comment with keystroke alt-#!

jump forward to a character with keystroke control-]!

jump backward to a character with keystroke alt-control-]!

insert all completions with keystroke alt-*!

in multi-line mode, keystroke alt-Enter dispatches the query!

keystroke control-q + control-j inserts a newline without dispatching the query!

###
### myclirc options
###
Expand Down