mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
add marker plugin
This commit is contained in:
parent
140034605e
commit
94c5a3139c
1 changed files with 7 additions and 0 deletions
7
plugins/marker/marker.plugin.zsh
Normal file
7
plugins/marker/marker.plugin.zsh
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
if [[ -s "$HOME/.local/share/marker/marker.sh" ]]; then
|
||||||
|
export MARKER_KEY_MARK='\C-k'
|
||||||
|
export MARKER_KEY_GET='\C-@'
|
||||||
|
export MARKER_KEY_NEXT_PLACEHOLDER='\C-t'
|
||||||
|
source "$HOME/.local/share/marker/marker.sh"
|
||||||
|
fi
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue