diff --git a/.gitignore b/.gitignore index ed6d24b..18e9eea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_store .idea/ -personal.py \ No newline at end of file +personal.py +passwords.py \ No newline at end of file diff --git a/google-chrome.py b/google-chrome.py index bef762c..3106c23 100644 --- a/google-chrome.py +++ b/google-chrome.py @@ -80,6 +80,7 @@ def jump_tab(m): 'search': search, 'print': print_page, 'top': scroll_to_top, + 'admin': 'wp-admin', # shortkeys plugin 'bottom': Key('ctrl-b'),