Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
97c0d0a5
Commit
97c0d0a5
authored
Aug 19, 2019
by
SomeDer
Committed by
Marc Cornellà
Aug 19, 2019
Browse files
Allow plugins sudo and thefuck to be loaded before vi-mode (#8087)
parent
c4c620ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/sudo/sudo.plugin.zsh
View file @
97c0d0a5
...
...
@@ -28,4 +28,6 @@ sudo-command-line() {
}
zle
-N
sudo-command-line
# Defined shortcut keys: [Esc] [Esc]
bindkey
"
\e\e
"
sudo-command-line
bindkey
-M
emacs
'\e\e'
sudo-command-line
bindkey
-M
vicmd
'\e\e'
sudo-command-line
bindkey
-M
viins
'\e\e'
sudo-command-line
plugins/thefuck/thefuck.plugin.zsh
View file @
97c0d0a5
...
...
@@ -15,4 +15,6 @@ fuck-command-line() {
}
zle
-N
fuck-command-line
# Defined shortcut keys: [Esc] [Esc]
bindkey
"
\e\e
"
fuck-command-line
bindkey
-M
emacs
'\e\e'
fuck-command-line
bindkey
-M
vicmd
'\e\e'
fuck-command-line
bindkey
-M
viins
'\e\e'
fuck-command-line
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment