简体   繁体   中英

Shortcut to insert at previous and at next line in IntelliJ IDEA (small o and big O with vim)

Iam using IntelliJ IDEA and Iam finding it very useful to write Java code. However I got used to vim nice shortucts and Iam frankly missing them. In vim to create a new line before the current one it's just O . To create a new line after the current one, it's o . How do I do this with idea ?

Create a new line before the current one: ctrl-alt-enter

Create a new line after the current one: shift-enter

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM