add Atom config files from kanaya
This commit is contained in:
parent
39feb5192c
commit
6223f8a91b
3 changed files with 84 additions and 0 deletions
20
.atom/keymap.cson
Normal file
20
.atom/keymap.cson
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Disable Enter key for confirming an autocomplete suggestion
|
||||
#'atom-text-editor:not(mini).autocomplete-active':
|
||||
# 'enter': 'editor:newline'
|
||||
|
||||
# 'body':
|
||||
# 'ctrl-tab': 'pane:show-next-item'
|
||||
# 'ctrl-tab ^ctrl': 'unset!'
|
||||
# 'ctrl-shift-tab': 'pane:show-previous-item'
|
||||
# 'ctrl-shift-tab ^ctrl': 'unset!'
|
||||
|
||||
'atom-text-editor':
|
||||
'shift-enter': 'editor:move-to-end-of-screen-line'
|
||||
# vim-like cursor movement with alt-[hjkl]
|
||||
'alt-h': 'core:move-left'
|
||||
'alt-j': 'core:move-down'
|
||||
'alt-k': 'core:move-up'
|
||||
'alt-l': 'core:move-right'
|
||||
# jump to previous/next linter error
|
||||
'ctrl-<': 'linter-ui-default:previous'
|
||||
'ctrl->': 'linter-ui-default:next'
|
||||
Loading…
Add table
Add a link
Reference in a new issue