From 33cc48da168ffd1ebce5f280c5430fcb53163015 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 24 Sep 2019 11:05:03 -0400 Subject: [PATCH] remove wall from wiki --- wiki/source/chat.md | 13 ------------- ...setting-your-editor-view-when-chat-interrupts.md | 12 ------------ 2 files changed, 25 deletions(-) delete mode 100644 wiki/source/resetting-your-editor-view-when-chat-interrupts.md diff --git a/wiki/source/chat.md b/wiki/source/chat.md index 74f4760..ae16b11 100644 --- a/wiki/source/chat.md +++ b/wiki/source/chat.md @@ -40,16 +40,3 @@ if you're feeling especially motivated, please reach out to the support on your mail provider and ask them to look into why you're not receiving the messages. - -## chat from the command line - -Back on the command line, you may want to participate in chat. There is some great chat, likely, or you have questions. - -Type: `wall` and `[return]` to tell Terminal you are ready to chat -Type your message to the world and `[return]` -`CTRL+D` to post or `CTRL+C` to change your mind and cancel -Have fun! - -If you're tired of reading chats in a window, `mesg n` will turn it off, and `mesg y` will -turn it back on again. And if you want to see more people, look for IRC. - diff --git a/wiki/source/resetting-your-editor-view-when-chat-interrupts.md b/wiki/source/resetting-your-editor-view-when-chat-interrupts.md deleted file mode 100644 index 9b0bb8f..0000000 --- a/wiki/source/resetting-your-editor-view-when-chat-interrupts.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Resetting your editor view when chat interrupts ---- - -You may have been caught off guard while editing and had some random chat messages muss up your view. It didn't actually edit your HTML page but you need to reset your editor view. - -`CTRL+L` will reset your view - -`mesg n` at the command prompt will turn off chat messages in that window. - -If you don't ever want to see wall messages on your screen, put `mesg n` -into your startup file (details of how to do that needed here).