[PYTHON] Vim mit Atom

Atom + VIM + Verknüpfung

Hintergrund

Probieren Sie VIM-ähnliche Bindungseinstellungen aus

--setting → öffne den Einstellungsordner

keymap.cson


'.editor.vim-mode-plus:not(.insert-mode)':
  'space space': 'command-palette:toggle'
  'space ,': 'application:show-settings'
  'space down': 'jumpy:toggle'
  'space 0': 'window:toggle-full-screen'
  'space 1': 'maximize-panes:maximize'
  'space 2': 'vim-mode-plus:maximize-pane'
  'space ¥': 'tree-view:toggle'
  'space /': 'fuzzy-finder:toggle-file-finder'
  'space w': 'core:save'
  'space q': 'core:close'
  'space c': 'pane:close'
  'space r': 'script:run'
  'space p n': 'application:new-file'
  'space p o': 'application:open-file'
  'space p c': 'pane:close'
  'space p [': 'pane:show-previous-recently-used-item'
  'space p ]': 'pane:show-next-recently-used-item'
  'space p s': 'pane:split-left-and-copy-active-item'
  'space p v': 'pane:split-up-and-copy-active-item'
  'space p h': 'window:focus-pane-on-left'
  'space p l': 'window:focus-pane-on-right'
  'space p j': 'window:focus-pane-below'
  'space p k': 'window:focus-pane-above'
  'space p p': 'project-manager:list-projects'
  'space p m': 'project-manager:alt-confirm'
  'space z c': 'editor:fold-current-row'
  'space z f': 'editor:unfold-current-row'
  'space b b': 'bookmarks:toggle-bookmark'
  'space b l': 'bookmarks:view-all'
  'space b j': 'bookmarks:jump-to-next-bookmark'
  'space b c': 'bookmarks:clear-bookmarks'
  'space g g': 'go-to-line:toggle'
  'space g j': 'tabler:go-to-line'
  'space e =': 'editor:auto-indent'
  'space e u': 'editor:upper-case'
  'space e l': 'editor:lower-case'
  'space e b': 'atom-beautify:beautify-editor'
  'space o p': 'markdown-preview:toggle'
  'space o d': 'split-diff:toggle'
  'space o t': 'todo-show:find-in-workspace'
  'space o r': 'rest-client:show'

Bei Verwendung von Wasserstoff auf Mac (2/12)

keymap.cson


#Fügen Sie den obigen Einstellungen Folgendes hinzu(For MAC)
  'space 2': 'vim-mode-plus:maximize-pane'
'atom-text-editor.vim-mode-plus:not(.insert-mode)':
  'cmd-enter': 'hydrogen:run'

Recommended Posts

Vim mit Atom
Python-Programmierung mit Atom
Vim
Formatieren Sie json mit Vim (mit Python)
Bis zum Umgang mit Python in Atom
Richten Sie mit Atom eine Python-Entwicklungsumgebung ein
Erstellen Sie Vim mit MinGW. (+ lua, + python)
vim Befehl
Bearbeiten und speichern Sie schreibgeschützte Dateien mit vim
Folgen Sie dem Python Style Guide mit Atom (flake8)
VIM-Einstellungen
Einführung in Python mit Atom (unterwegs)
Installieren Sie vim7.3 (+ python2.4) von der Quelle (kompatibel mit Gundo.vim)
Beachten Sie, dass von Homebrew installiertes Vim nicht mit dem Python 3.8-Fehler startet