File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ module.exports = {
36
36
cursorShape : 'BLOCK' ,
37
37
38
38
// set to `true` (without backticks and without quotes) for blinking cursor
39
- cursorBlink : false ,
39
+ cursorBlink : true ,
40
40
41
41
// color of the text
42
42
foregroundColor : '#fff' ,
Original file line number Diff line number Diff line change @@ -75,7 +75,8 @@ values."
75
75
themes-megapack
76
76
77
77
; ; other
78
- restclient)
78
+ restclient
79
+ spotify)
79
80
80
81
; ; List of additional packages that will be installed without being
81
82
; ; wrapped in a layer. If you need some configuration for these
@@ -161,7 +162,7 @@ values."
161
162
dotspacemacs-colorize-cursor-according-to-state t
162
163
; ; Default font, or prioritized list of fonts. `powerline-scale' allows to
163
164
; ; quickly tweak the mode-line size to make separators look not too crappy.
164
- dotspacemacs-default-font '(" Source Code Pro "
165
+ dotspacemacs-default-font '(" Fira Code"
165
166
:size 13.0
166
167
:weight normal
167
168
:width normal
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ export WORDCHARS='*?_~=&;!#$%^(){}<>='
13
13
# Set bat theme
14
14
export BAT_THEME=' Monokai Extended Origin'
15
15
16
+ # Modules to load
17
+ autoload -z edit-command-line
18
+ zle -N edit-command-line
19
+
16
20
17
21
# ------------------------------------------------
18
22
# Plugins
@@ -66,7 +70,7 @@ zplug load
66
70
# bind P and N for Emacs mode
67
71
bindkey -M emacs ' ^P' history-substring-search-up
68
72
bindkey -M emacs ' ^N' history-substring-search-down
69
-
73
+ bindkey -M emacs ' ^X^E ' edit-command-line
70
74
71
75
# ------------------------------------------------
72
76
# Options
You can’t perform that action at this time.
0 commit comments