This commit is contained in:
Artem Sapegin 2012-10-12 15:16:23 +04:00
parent 99ec90e001
commit c0154f7dc3
2 changed files with 1 additions and 4 deletions

View File

@ -51,9 +51,6 @@ set input-meta on
set output-meta on
set convert-meta off
# Use Alt/Meta+Delete to delete the preceding word
"\e[3;3~": kill-word
# Delete for wonky terminals
"\e[3~": delete-char

View File

@ -9,7 +9,7 @@ Source: https://gist.github.com/490016
import os
import glob
EXCLUDE = ['tools', 'color', 'sync.py', 'Readme.md']
EXCLUDE = ['tools', 'color', 'setup',' sync.py', 'Readme.md']
NO_DOT_PREFIX = ['bin']
def force_remove(path):