User Tools

Site Tools


terminal:profanity

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
terminal:profanity [2021/05/27 02:25]
nanodano [PGP Encryption]
terminal:profanity [2021/05/30 21:22] (current)
nanodano
Line 4: Line 4:
  
 Refer to the official user guide for more details: [[https://profanity-im.github.io/userguide.html]]. Refer to the official user guide for more details: [[https://profanity-im.github.io/userguide.html]].
 +
 +===== Video course =====
 +
 +<html>
 +<center>
 +<iframe width="560" height="315" src="https://www.youtube.com/embed/O0psMtYnouc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
 +</center>
 +</html>
  
 ===== Installation ===== ===== Installation =====
Line 198: Line 206:
 nanodano=/msg nanodano@devdungeon.com Hello nanodano=/msg nanodano@devdungeon.com Hello
 devdungeon=/join general@conference.devdungeon.com devdungeon=/join general@conference.devdungeon.com
 +
 +[logging]
 +chlog=true
 +grlog=true
 +maxsize=1048580
 +rotate=true
 +shared=true
  
 [otr] [otr]
 warn=true warn=true
-log=redact +log=on 
-policy=opportunistic+policy=manual 
 + 
 +[presence] 
 +autoaway.mode=away 
 +autoaway.time=15 
 +autoaway.message=Away from computer 
 +autoaway.check=true
 </code> </code>
  
Line 247: Line 268:
 </code> </code>
  
 +
 +===== 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 `~/.inputrc` file to specify vi mode:
 +
 +
 +<code | input.rc>
 +set editing-mode vi
 +</code>
  
terminal/profanity.1622082324.txt.gz · Last modified: 2021/05/27 02:25 by nanodano