##// END OF EJS Templates
Switch default shortcuts for cycling auto-suggestions...
Switch default shortcuts for cycling auto-suggestions to prevent them from occluding cycling buffer. Also remaps shortcut for "accept and keep cursor" from ctrl + down to "alt + down"

File last commit:

r27747:f5d4e0ac
r28224:71b7247a
Show More
print_argv.py
3 lines | 32 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])