Changes between Initial Version and Version 18 of Ticket #3209


Ignore:
Timestamp:
Aug 17, 2010, 9:25:54 AM (14 years ago)
Author:
pulkomandy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3209

    • Property Cc mattmadia@… rossi@… adamghill@… added
    • Property Patch 01
    • Property Owner changed from jackburton to pulkomandy
    • Property Status newassigned
  • Ticket #3209 – Description

    initial v18  
    66I propose to add these lines to inputrc:
    77
    8 {{{ Control-f: kill-word
     8{{{
     9Control-f: kill-word
    910"\e[1~": beginning-of-line
    10 "\e[4~": end-of-line }}}
     11"\e[4~": end-of-line
     12}}}
    1113
    1214Which will activate HOME and END keys and deletes the word to the right of the cursor with CRTL+F.
    1315The other lines in that tip refer to international characters which is blocked by another old ticket already, #215.
    1416
    15 2. The title tab of Terminal's settings panel should be named like the menu item envoking it: "Terminal Preferences".
     17~~2. The title tab of Terminal's settings panel should be named like the menu item envoking it: "Terminal Preferences".~~
    1618
    17 3. The colors in the dropdown menu in that panel should be renamed to be more enduser friendly:
     19~~3. The colors in the dropdown menu in that panel should be renamed to be more enduser friendly:~~
    1820* Text
    1921* Background
     
    2123* Text under Cursor
    2224* Selected Text
    23 * Selected Background
     25* Selected Background~~
    2426
    25274. If there is more than one Tab in a Terminal window, ALT+W should only close the current Tab, not the whole window with all the tabbed sessions. That's what ALT+Q is for.
    2628
    27 5. Only the current Tab should be light grey. The others should be darker to have the active one stand out.
     29~~5. Only the current Tab should be light grey. The others should be darker to have the active one stand out.~~
    2830
    29316. Instead of "Shell 1,2,3" name each Tab "Alt+1, 2, 3" to remind people of the switching shortcuts. This should take in account the Menu preference setting if anybody uses "CONTROL" instead of "ALT".