1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

Added /buffer close, new keys: Alt-S (switch to server buffer), Alt-X (switch to first channel of next server)

This commit is contained in:
Sebastien Helleu
2004-12-31 15:59:58 +00:00
parent 37a2f80fae
commit de5af8a3b1
24 changed files with 1826 additions and 1538 deletions
+1
View File
@@ -1189,6 +1189,7 @@ config_create_default ()
fprintf (file, "SIGNOFF=quit\n");
fprintf (file, "C=clear\n");
fprintf (file, "CL=clear\n");
fprintf (file, "CLOSE=buffer close\n");
fprintf (file, "# CHAT=dcc chat\n");
fprintf (file, "# GET=dcc get\n");
fprintf (file, "# IG=ignore\n");