Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Spencer
awit-zsh-superawesome
Commits
8093ff45
Commit
8093ff45
authored
Nov 25, 2016
by
Nigel Kukard
Browse files
The replaced navigation tools is not really similar to bash
parent
a328142f
Changes
2
Hide whitespace changes
Inline
Side-by-side
zshrc.d/55-plugins-oh-my-zsh.zsh
View file @
8093ff45
# Oh My ZSH plugins to load
plugins
=(
colored-man-pages command-not-found gitfast screen
zsh-navigation-tools
safe-paste
)
plugins
=(
colored-man-pages command-not-found gitfast screen safe-paste
)
zshrc.d/56-plugin-zsh-navigation-tools.zsh
View file @
8093ff45
# Bind ^A and ^z to zsh-navigation-tools
zle
-N
znt-cd-widget
bindkey
"^A"
znt-cd-widget
zle
-N
znt-kill-widget
bindkey
"^Y"
znt-kill-widget
#zle -N znt-cd-widget
#bindkey "^A" znt-cd-widget
#zle -N znt-kill-widget
#bindkey "^Y" znt-kill-widget
# Use instant selects
znt_list_instant_select
=
1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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