diff options
Diffstat (limited to 'user:hugues')
-rw-r--r-- | user:hugues/KeyBindings.zsh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user:hugues/KeyBindings.zsh b/user:hugues/KeyBindings.zsh index d9ae02f..fcfd7b4 100644 --- a/user:hugues/KeyBindings.zsh +++ b/user:hugues/KeyBindings.zsh @@ -224,4 +224,5 @@ bindkey -s 'S' 'Q svn status\n' bindkey -s 'X' 'Q exec zsh\n' -bindkey -s 'L' 'Q clear\n' +# conflicts with "lowercase word" +#bindkey -s 'L' 'Q clear\n' |