Commit e29ac042 authored by Murukesh Mohanan's avatar Murukesh Mohanan

fixed ctrl+right-arrow deleting words; removed CONFLOCAL from .profile

parent c88ff714
......@@ -20,5 +20,3 @@ fi
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
export CONFLOCAL='lab-pc'
......@@ -127,7 +127,7 @@ bindkey -M viins '^R' history-incremental-pattern-search-backward
bindkey -M viins '^F' history-incremental-pattern-search-forward
bindkey '^[[1;5D' backward-word
bindkey '^[[1;5c' forward-word
bindkey '^[[1;5C' forward-word
# Help from Arch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment