This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
terminal:profanity [2021/05/27 07:00] nanodano [profrc file] |
terminal:profanity [2021/05/30 21:22] (current) nanodano |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Refer to the official user guide for more details: [[https:// | Refer to the official user guide for more details: [[https:// | ||
| + | |||
| + | ===== Video course ===== | ||
| + | |||
| + | < | ||
| + | < | ||
| + | <iframe width=" | ||
| + | </ | ||
| + | </ | ||
| ===== Installation ===== | ===== Installation ===== | ||
| Line 260: | Line 268: | ||
| </ | </ | ||
| + | |||
| + | ===== vi keybinds ===== | ||
| + | |||
| + | Profanity uses readline so it supports tab completion and all the same keybinds a shell does like CTRL-P and CTRL-W. You can also set it to use vi keybinds. Update your `~/ | ||
| + | |||
| + | |||
| + | <code | input.rc> | ||
| + | set editing-mode vi | ||
| + | </ | ||