Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gea-Suan Lin
config
Commits
ea959cb2
Commit
ea959cb2
authored
Apr 16, 2022
by
Gea-Suan Lin
Browse files
Add forward-word & backward-word.
parent
d4190b6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.zshrc
View file @
ea959cb2
...
...
@@ -93,6 +93,9 @@ fi
[[
-n
"
${
key
[PageDown]
}
"
]]
&&
bindkey
"
${
key
[PageDown]
}
"
end-of-buffer-or-history
[[
-n
"
${
key
[PageUp]
}
"
]]
&&
bindkey
"
${
key
[PageUp]
}
"
beginning-of-buffer-or-history
#
bindkey
"
\e
[1;3C"
forward-word
bindkey
"
\e
[1;3D"
backward-word
#
autoload
-Uz
history-search-end
zle
-N
history-beginning-search-backward-end history-search-end
zle
-N
history-beginning-search-forward-end history-search-end
...
...
Write
Preview
Supports
Markdown
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