Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions keymaps/intellij-idea-keymap.cson
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@
# https://resources.jetbrains.com/assets/products/intellij-idea/IntelliJIDEA_ReferenceCard_mac.pdf #
####################################################################################################

'body':

##########
# window #
##########

# Goto Next Splitter
'alt-tab': 'window:focus-next-pane'

# Goto Splitter Splitter
'alt-shift-tab': 'window:focus-previous-pane'

'.platform-darwin atom-workspace':

##################
Expand Down Expand Up @@ -84,6 +96,15 @@
# Move line down
'cmd-shift-down': 'editor:move-line-down'

# Move line up
'alt-shift-up': 'editor:move-line-up'

# Move line down
'alt-shift-down': 'editor:move-line-down'

# Reformat code
'cmd-alt-l': 'atom-beautify:beautify-editor'

##################
# Search/Replace #
##################
Expand Down Expand Up @@ -113,13 +134,46 @@
# Recent files popup
'cmd-e': 'fuzzy-finder:toggle-buffer-finder'

# Reveal active file
'cmd-ctrl-s': 'tree-view:reveal-active-file'

# Show bookmarks
'cmd-f3': 'bookmarks:view-all'

# Toggle bookmark
'f3': 'bookmarks:toggle-bookmark'

##################
# Live Templates #
##################

# Insert live templates
'cmd-j': 'snippets:available'

'.platform-darwin .tree-view':

###########
# General #
###########

'cmd-n': 'tree-view:add-file'

##############
# Navigation #
##############

# Open corresponding tool window
'cmd-1': 'tree-view:toggle'

###########
# Editing #
###########

'cmd-shift-c': 'tree-view:copy-full-path'
'cmd-r': 'tree-view:move'
'f6': 'tree-view:move'
'shift-f6': 'tree-view:move'

####################################################################################################
# Windows & Linux #
# --------------- #
Expand Down