##// END OF EJS Templates
Set Control-L to clear the screen when readline supports it....
Fernando Perez -
Show More
@@ -245,7 +245,7 b' class InteractiveShell(Component, Magic):'
245 readline_remove_delims = Str('-/~', config=True)
245 readline_remove_delims = Str('-/~', config=True)
246 readline_parse_and_bind = List([
246 readline_parse_and_bind = List([
247 'tab: complete',
247 'tab: complete',
248 '"\C-l": possible-completions',
248 '"\C-l": clear-screen',
249 'set show-all-if-ambiguous on',
249 'set show-all-if-ambiguous on',
250 '"\C-o": tab-insert',
250 '"\C-o": tab-insert',
251 '"\M-i": " "',
251 '"\M-i": " "',
General Comments 0
You need to be logged in to leave comments. Login now