[Bug 274424] Poor function of some keys.

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 23 Oct 2023 10:34:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274424

Alfonso S. Siciliano <asiciliano@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |asiciliano@FreeBSD.org

--- Comment #6 from Alfonso S. Siciliano <asiciliano@FreeBSD.org> ---
(In reply to wildzander from comment #5)

This a snippet of my .tcsh on my old Laptop Acer Aspire 5642G:

...
        if ( $?tcsh ) then
                bindkey "^W" backward-delete-word
                bindkey "\e[3~" delete-char
                bindkey -k up history-search-backward
                bindkey -k down history-search-forward
        endif
...

My old solution to avoid '~'.

-- 
You are receiving this mail because:
You are the assignee for the bug.