ipython short cuts

Solutions on MaxInterview for ipython short cuts by the best coders in the world

showing results for - "ipython short cuts"
Juan José
25 Jan 2017
1Short-cut                                    Action
2######################################################################
3Ctrl-a	                        Move cursor to the beginning of the line
4Ctrl-e	                        Move cursor to the end of the line
5Ctrl-b or the left arrow key	Move cursor back one character
6Ctrl-f or the right arrow key	Move cursor forward one character
7Ctrl-d	                        Delete next character in line
8Ctrl-k	                        Cut text from cursor to end of line
9Ctrl-u	                        Cut text from beginning of line to cursor
10Ctrl-y	                        paste text that was previously cut
11Ctrl-t	                        Transpose (i.e., switch) previous two characters
12Ctrl-p (or the up arrow key)	Access previous command in history
13Ctrl-n (or the down arrow key)	Access next command in history
14Ctrl-r                       	Reverse-search through command history
queries leading to this page
ipython short cutsipython short cuts