← All notes

shortcuts

This file is a collection of shortcuts I use daily and need a full support of in any environment I find myself in. They mostly concern text/code editing.

Here they come:

  • VIM support
  • Shift double tap = file search + grep search I love the current implementation that’s in the InteliJ Idea where you write a keyword and the first lines are files and next lines which appear later are result of grep search over files
  • Ctrl+Alt+R = Run a certain configuration Also a copy from InteliJ. Shortcut to show relevant run configurations for the current project. Selecting one executes it.
  • Ctrl+Tab = switch to most recent window, also show list of recent windows to select from

Actions I’d like to have easy access to:

  • rename symbol under cursor project wide
  • jump to next occurence of symbol under cursor
  • move line up/down
  • split line at cursor
  • paste onto newline
  • jump to references
  • jump to definitions
  • list all references
  • rename current file
  • search files
  • search files in current dir
  • cycle through tabs using CTRL+TAB in the most recently used order
  • language support
  • jump to next error
  • quick fix to insert missing import
  • comment lines/selections