Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
27372890
Commit
27372890
authored
Dec 03, 2013
by
Robby Russell
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #513 from randy909/fix-edit-cmdline
Fix edit-command-line binding
parents
3d6f9d78
f20cfc68
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
edit-command-line.zsh
lib/edit-command-line.zsh
+0
-3
key-bindings.zsh
lib/key-bindings.zsh
+5
-0
No files found.
lib/edit-command-line.zsh
deleted
100644 → 0
View file @
3d6f9d78
autoload
-U
edit-command-line
zle
-N
edit-command-line
bindkey
'\C-x\C-e'
edit-command-line
lib/key-bindings.zsh
View file @
27372890
...
...
@@ -30,6 +30,11 @@ bindkey "^[[3~" delete-char
bindkey
"^[3;5~"
delete-char
bindkey
"
\e
[3~"
delete-char
# Edit the current command line in $EDITOR
autoload
-U
edit-command-line
zle
-N
edit-command-line
bindkey
'\C-x\C-e'
edit-command-line
# consider emacs keybindings:
#bindkey -e ## emacs key bindings
...
...
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