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
83c4e062
Commit
83c4e062
authored
Jan 10, 2014
by
LFDM
Committed by
Marc Cornellà
Feb 10, 2015
Browse files
Moves a bindkey call from misc to key-bindings.
parent
101149b1
Changes
2
Show whitespace changes
Inline
Side-by-side
lib/key-bindings.zsh
View file @
83c4e062
...
@@ -64,6 +64,9 @@ autoload -U edit-command-line
...
@@ -64,6 +64,9 @@ autoload -U edit-command-line
zle
-N
edit-command-line
zle
-N
edit-command-line
bindkey
'\C-x\C-e'
edit-command-line
bindkey
'\C-x\C-e'
edit-command-line
# file rename magick
bindkey
"^[m"
copy-prev-shell-word
# consider emacs keybindings:
# consider emacs keybindings:
#bindkey -e ## emacs key bindings
#bindkey -e ## emacs key bindings
...
...
lib/misc.zsh
View file @
83c4e062
...
@@ -2,9 +2,6 @@
...
@@ -2,9 +2,6 @@
autoload
-U
url-quote-magic
autoload
-U
url-quote-magic
zle
-N
self-insert url-quote-magic
zle
-N
self-insert url-quote-magic
## file rename magick
bindkey
"^[m"
copy-prev-shell-word
## jobs
## jobs
setopt long_list_jobs
setopt long_list_jobs
...
...
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