Don't apply Begin/End key fix on macOS
This commit is contained in:
parent
7a0c73dabb
commit
7a8cf750bd
2
zshrc
2
zshrc
@ -130,8 +130,10 @@ zle -N edit-command-line
|
||||
bindkey -M vicmd '^V' edit-command-line
|
||||
|
||||
# Enable HOME and END keys
|
||||
if [[ `uname` = Linux ]]; then
|
||||
bindkey $key[Home] beginning-of-line
|
||||
bindkey $key[End] end-of-line
|
||||
fi
|
||||
|
||||
# Get the shells parent process name.
|
||||
ppid_name() { echo $(ps -p $(ps -p $(echo $$) -o ppid=) -o comm=) }
|
||||
|
Loading…
x
Reference in New Issue
Block a user