mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Merge 64ed689ee2 into 5667161d49
This commit is contained in:
commit
b2aaf8491a
1 changed files with 8 additions and 0 deletions
8
plugins/marker/marker.plugin.zsh
Normal file
8
plugins/marker/marker.plugin.zsh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
if [[ -s "$HOME/.local/share/marker/marker.sh" ]]; then
|
||||
# Key bindings
|
||||
# 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