mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
comment out default bindings
This commit is contained in:
parent
94c5a3139c
commit
64ed689ee2
1 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,8 @@
|
|||
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'
|
||||
# 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