site/wiki/Resetting-your-editor-view-...

33 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Resetting your editor view when chat interrupts</title>
<link rel="stylesheet" href="/style.css">
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<a href="/wiki/">&lt; back to wiki home</a>
<header>
<h1 class="title">Resetting your editor view when chat interrupts</h1>
</header>
<p>You may have been caught off guard while editing and had some random chat messages muss up your view. It didnt actually edit your HTML page but you need to reset your editor view.</p>
<p><code>CTRL+L</code> will reset your view</p>
<p><code>mesg n</code> at the command prompt will turn off chat messages in that window.</p>
<p>If you dont ever want to see wall messages on your screen, put <code>mesg n</code> into your startup file (details of how to do that needed here).</p>
</body>
</html>