1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 13:39:07 +00:00

Added up/down line keymap

Fixed clipboard consinstence on OSX
This commit is contained in:
2013-01-16 13:54:42 +00:00
parent 51fad85c7c
commit 7071fa42f9
3 changed files with 26 additions and 4 deletions

View File

@ -17,8 +17,8 @@ __author__ ='@@LONGNAME@@ <@@EMAIL@@>'
def main():
pass
pass
# If we have been called as 'python <script>' let's call main function
if __name__ == "__main__":
main()
main()