Changed the Marker key upstream instead
This commit is contained in:
@@ -136,8 +136,6 @@ export PATH=$PATH:~/.config/ezsh/bin
|
|||||||
NPM_PACKAGES="${HOME}/.npm"
|
NPM_PACKAGES="${HOME}/.npm"
|
||||||
PATH="$NPM_PACKAGES/bin:$PATH"
|
PATH="$NPM_PACKAGES/bin:$PATH"
|
||||||
|
|
||||||
export MARKER_KEY_NEXT_PLACEHOLDER="\C-b" #change maker key binding from Ctr+t to Ctr+b
|
|
||||||
|
|
||||||
[[ -s "$HOME/.config/ezsh/marker/marker.sh" ]] && source "$HOME/.config/ezsh/marker/marker.sh"
|
[[ -s "$HOME/.config/ezsh/marker/marker.sh" ]] && source "$HOME/.config/ezsh/marker/marker.sh"
|
||||||
|
|
||||||
autoload -U compinit && compinit -C -d ~/.cache/zsh/.zcompdump # zsh-completions
|
autoload -U compinit && compinit -C -d ~/.cache/zsh/.zcompdump # zsh-completions
|
||||||
|
|||||||
Reference in New Issue
Block a user