X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Ishmael Subject: Keybindings in rxvt running tcsh get overwritten during startup Date: Sun, 29 Mar 2009 00:21:44 +0000 (UTC) Lines: 19 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I'm afraid I'm having some trouble getting my keybindings to work under tcsh running under rxvt. When I run them from the command line, they work fine, but when I put them in one of my dot files, which get sourced during startup, they don't work. Here's what I've got in a file I created (called .tcshkeybindings) that I source from my .tcshrc file: echo "Running .tcshkeybindings" bindkey "^[[B" "history-search-forward" bindkey "^[[A" "history-search-backward" This allows me to auto-complete a previously entered command by typing a few characters, then hitting the up-arrow - very convenient. If I type 'source .tcshkeybindings' at the command line, everything also works A-OK. During startup though, somewhere along the way, the keybindings get reset to their original values (e.g. "^[[A" -> up-history). Any ideas how to fix this? Thanks a lot! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/