File tree 1 file changed +3
-5
lines changed
src/cljs/proton/layers/core
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 46
46
; ; ui
47
47
[" core.themes" [" nucleus-dark-ui" " atom-dark-fusion-syntax" ]]
48
48
49
- ; ; telemetry spam
49
+ ; ; telemetry spam
50
50
[" core.telemetryConsent" " no" ]
51
51
52
52
79
79
; ; install additional packages based on proton.core.inputProvider if needed
80
80
(case (config-map " proton.core.inputProvider" )
81
81
:vim-mode (add-packages [:vim-mode :vim-surround ])
82
- :vim-mode-plus (add-packages [:vim-mode-plus :vim-mode-plus- ex-mode ])
82
+ :vim-mode-plus (add-packages [:vim-mode-plus :ex-mode ])
83
83
:emacs (add-packages [:atomic-emacs ])
84
84
:default )))
85
85
93
93
(atom-env/set-keymap! " atom-text-editor.vim-mode-plus.normal-mode"
94
94
{" y s" " vim-mode-plus:surround"
95
95
" d s" " vim-mode-plus:delete-surround"
96
- " c s" " vim-mode-plus:change-surround"
97
- " :" " vim-mode-plus-ex-mode:open"
98
- " !" " vim-mode-plus-ex-mode:toggle-setting" })
96
+ " c s" " vim-mode-plus:change-surround" })
99
97
(atom-env/set-keymap! " atom-workspace atom-text-editor.vim-mode-plus.visual-mode"
100
98
{" s" " vim-mode-plus:surround" }))
101
99
You can’t perform that action at this time.
0 commit comments