Results 1 to 3 of 3

Thread: Terminator delete key binding

  1. #1
    Join Date
    May 2008
    Beans
    Hidden!

    Terminator delete key binding

    I've recently started using terminator. When using terminator, the delete key acts like backspace. in the ~/.config/terminator/config file I've tried:
    Code:
    delete_binding = ascii-del
    and
    Code:
    delete_binding = delete-sequence
    and
    Code:
    delete_binding = escape-sequence
    Now that I looked at it a bit, it seems to only affect nano. It works properly when I use xfce4-terminal but not when I use terminator. I've even tried
    Code:
    set rebinddelete
    in the .nanorc file.

  2. #2
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Terminator delete key binding

    Quote Originally Posted by mobilediesel View Post
    I've recently started using terminator. When using terminator, the delete key acts like backspace. in the ~/.config/terminator/config file I've tried:
    I don't see that sequence in that file:

    Code:
    # Terminator config, see "man terminator_config" for more options
    # ---------------------------------------------------------------
    scrollbar_position=disabled
    force_no_bell=true
    background_color=#000000
    foreground_color=#FFFFFF
    font=Mono bold 9
    allow_bold=true
    palette=#2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC
    
    # Uncomment below to enable transparency
    # --------------------------------------
    background_type=transparent
    enable_real_transparency=true
    background_darkness=0.3
    Maybe you are using a different version than I am: terminator 0.12

    s11

  3. #3
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Terminator delete key binding

    Quote Originally Posted by Sector11 View Post
    I don't see that sequence in that file:


    Maybe you are using a different version than I am: terminator 0.12

    s11
    Yeah I'm using version 0.14. Maybe I should try a previous version and see if that makes a difference.

    Gah. I had to use
    Code:
    unset rebinddelete
    in the .nanorc file. It wasn't a problem with Terminator at all!
    Last edited by mobilediesel; February 19th, 2010 at 01:54 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •