<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Putty and HP-UX config in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hp-ux-config/m-p/3989520#M755342</link>
    <description>Novice Putty/HP-UX user here.  I've been reading the various threads about using Putty from WIndows to access HP-UX servers.&lt;BR /&gt;&lt;BR /&gt;The problem I am having is that I can not get the "esc" key to work to scroll through last commands, etc.  Things like esc-k and esc-j don't work for me.  &lt;BR /&gt;&lt;BR /&gt;I think I am missing something obvious so hopefully someone can guide me in the right direction.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Thu, 26 Apr 2007 10:08:27 GMT</pubDate>
    <dc:creator>Monty Phillips</dc:creator>
    <dc:date>2007-04-26T10:08:27Z</dc:date>
    <item>
      <title>Putty and HP-UX config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hp-ux-config/m-p/3989520#M755342</link>
      <description>Novice Putty/HP-UX user here.  I've been reading the various threads about using Putty from WIndows to access HP-UX servers.&lt;BR /&gt;&lt;BR /&gt;The problem I am having is that I can not get the "esc" key to work to scroll through last commands, etc.  Things like esc-k and esc-j don't work for me.  &lt;BR /&gt;&lt;BR /&gt;I think I am missing something obvious so hopefully someone can guide me in the right direction.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 26 Apr 2007 10:08:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hp-ux-config/m-p/3989520#M755342</guid>
      <dc:creator>Monty Phillips</dc:creator>
      <dc:date>2007-04-26T10:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Putty and HP-UX config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hp-ux-config/m-p/3989521#M755343</link>
      <description>Try to use the vi editor ... :&lt;BR /&gt;&lt;BR /&gt;vi editor style: &lt;BR /&gt;&lt;BR /&gt;ESC k will bring the last command on the line, andput you in vi mode (actually, ESC puts you in vi mode, and k recallsthe last issued command).&lt;BR /&gt;l moves the cursor one position to the right.&lt;BR /&gt;h moves the cursor one position to the left.&lt;BR /&gt;k recalls the previous command.&lt;BR /&gt;j recalls the next command.&lt;BR /&gt;O moves the cursor to the beginning of the line.&lt;BR /&gt;$ moves the cursor to the end of the line.&lt;BR /&gt;fc finds next character c on the line.&lt;BR /&gt;i puts you in input mode.a brings the cursor forward one, then puts you in input mode.A brings the cursor to the end of the line, and puts you in input mode.ESC takes you out of input mode (or beeps if in vi mode).&lt;BR /&gt;&lt;BR /&gt;This style of command line editing is enabled with ...&lt;BR /&gt;&lt;BR /&gt;set -o vi&lt;BR /&gt;&lt;BR /&gt;either in your .profile file, or manually during your logon session.&lt;BR /&gt;&lt;BR /&gt;The previous command can be recalled and automatically executed bytypingron a command line.r [string]will recall and execute the last command used, that began with string.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Rgds.&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Apr 2007 10:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hp-ux-config/m-p/3989521#M755343</guid>
      <dc:creator>Marco A.</dc:creator>
      <dc:date>2007-04-26T10:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Putty and HP-UX config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hp-ux-config/m-p/3989522#M755344</link>
      <description>Hi Monty,&lt;BR /&gt;&lt;BR /&gt;escuse me for my silly question:&lt;BR /&gt;do you have check in &lt;BR /&gt;PUTTY configuration &lt;BR /&gt;Terminal - Keyboard &lt;BR /&gt;&lt;BR /&gt;if "the Function keys and keypad"&lt;BR /&gt;is set to "ESC[ "&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;pg&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Apr 2007 10:27:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hp-ux-config/m-p/3989522#M755344</guid>
      <dc:creator>Piergiacomo Perini</dc:creator>
      <dc:date>2007-04-26T10:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Putty and HP-UX config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hp-ux-config/m-p/3989523#M755345</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Make sure that the $EDITOR environmental variable is set to 'vi' (this is usually accomplished through ~/.profile).&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Thu, 26 Apr 2007 10:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hp-ux-config/m-p/3989523#M755345</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2007-04-26T10:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Putty and HP-UX config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hp-ux-config/m-p/3989524#M755346</link>
      <description>is this esc-k/j command scrolling working if you login as the same username via another terminal emulator or from the console ? If not, I should say, you need &lt;BR /&gt;&lt;BR /&gt;set -o vi &lt;BR /&gt;&lt;BR /&gt;command somewhere in your .profile but if it is working at other places and not here, then I would check my environment variable, TERM, and also the putty terminal settings, keyboard sub-item.&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Thu, 26 Apr 2007 10:58:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hp-ux-config/m-p/3989524#M755346</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2007-04-26T10:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Putty and HP-UX config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hp-ux-config/m-p/3989525#M755347</link>
      <description>Thanks all for the fast responses and help.  Much appreciated.&lt;BR /&gt;&lt;BR /&gt;Major mistake such that I did not have:&lt;BR /&gt;&lt;BR /&gt;export HISTFILE=$HOME/.sh_history&lt;BR /&gt;export HISTSIZE=8192 &lt;BR /&gt;&lt;BR /&gt;in my .profile!  &lt;BR /&gt;&lt;BR /&gt;PLus, the set -o vi helped.&lt;BR /&gt;&lt;BR /&gt;Thanks again to all.</description>
      <pubDate>Thu, 26 Apr 2007 11:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hp-ux-config/m-p/3989525#M755347</guid>
      <dc:creator>Monty Phillips</dc:creator>
      <dc:date>2007-04-26T11:15:12Z</dc:date>
    </item>
  </channel>
</rss>

