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
99d72cad
Commit
99d72cad
authored
Apr 09, 2010
by
John Reese
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ignore errors from compaudit when using `sudo -s`
parent
a4dd691a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
completion.zsh
lib/completion.zsh
+1
-1
key-bindings.zsh
lib/key-bindings.zsh
+2
-2
No files found.
lib/completion.zsh
View file @
99d72cad
...
@@ -9,7 +9,7 @@ unsetopt flowcontrol
...
@@ -9,7 +9,7 @@ unsetopt flowcontrol
WORDCHARS
=
''
WORDCHARS
=
''
autoload
-U
compinit
autoload
-U
compinit
compinit
compinit
-i
zmodload
-i
zsh/complist
zmodload
-i
zsh/complist
...
...
lib/key-bindings.zsh
View file @
99d72cad
# TODO: Explain what some of this does..
# TODO: Explain what some of this does..
autoload
-U
compinit
autoload
-U
compinit
compinit
compinit
-i
bindkey
-e
bindkey
-e
bindkey
'\ew'
kill-region
bindkey
'\ew'
kill-region
...
@@ -38,4 +38,4 @@ bindkey ' ' magic-space # also do history expansion on space
...
@@ -38,4 +38,4 @@ bindkey ' ' magic-space # also do history expansion on space
#bindkey '^I' complete-word
#bindkey '^I' complete-word
## Fix weird sequence that rxvt produces
## Fix weird sequence that rxvt produces
#bindkey -s '^[[Z' '\t'
#bindkey -s '^[[Z' '\t'
#
#
\ No newline at end of file
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