11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
|
|
$if clink
|
||
|
|
set mark-symlinked-directories on
|
||
|
|
set expand-tilde on
|
||
|
|
|
||
|
|
"\C-W": unix-filename-rubout
|
||
|
|
"\t": old-menu-complete
|
||
|
|
|
||
|
|
# Fix issue with Shift-Backspace not doing anything
|
||
|
|
"\e[27;2;8~": "\C-H"
|
||
|
|
$endif
|