.inputrc
changeset 1015 64055295c18c
parent 1014 8a5b395a94f7
child 1021 011e1d002d17
equal deleted inserted replaced
1014:8a5b395a94f7 1015:64055295c18c
    77 Space: magic-space
    77 Space: magic-space
    78 $endif
    78 $endif
    79 
    79 
    80 # Define my favorite Emacs key bindings.
    80 # Define my favorite Emacs key bindings.
    81 "\C-@": set-mark
    81 "\C-@": set-mark
       
    82 "\e ": set-mark
    82 "\C-w": kill-region
    83 "\C-w": kill-region
    83 "\M-w": copy-region-as-kill
    84 "\ew": copy-region-as-kill
    84 
    85 
    85 # Ctrl+Left/Right to move by whole words. XTerm/Mintty.
    86 # Ctrl+Left/Right to move by whole words. XTerm/Mintty.
    86 "\e[1;5C": forward-word
    87 "\e[1;5C": forward-word
    87 "\e[1;5D": backward-word
    88 "\e[1;5D": backward-word
    88 # Same with Shift pressed.
    89 # Same with Shift pressed.