Minor improvements on bashrc (*initify) and vimeratorrc (insert mode)
This commit is contained in:
parent
fbaaabe158
commit
d8d819216e
4
bashrc
4
bashrc
@ -167,9 +167,9 @@ function cinitify(){
|
|||||||
echo -n "Pull from: "
|
echo -n "Pull from: "
|
||||||
read from
|
read from
|
||||||
git pull $FROM
|
git pull $FROM
|
||||||
|
git checkout master
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
git checkout master
|
|
||||||
}
|
}
|
||||||
export -f cinitify
|
export -f cinitify
|
||||||
function initify(){
|
function initify(){
|
||||||
@ -185,9 +185,9 @@ function initify(){
|
|||||||
echo -n "Pull from: "
|
echo -n "Pull from: "
|
||||||
read from
|
read from
|
||||||
git pull $FROM
|
git pull $FROM
|
||||||
|
git checkout master
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
git checkout master
|
|
||||||
}
|
}
|
||||||
export -f initify
|
export -f initify
|
||||||
|
|
||||||
|
@ -46,6 +46,7 @@ inoremap <C-H> <Home>
|
|||||||
inoremap <C-b> <C-Left>
|
inoremap <C-b> <C-Left>
|
||||||
inoremap <C-w> <C-Right>
|
inoremap <C-w> <C-Right>
|
||||||
inoremap <C-d><C-d> <Home><S-End><BS>
|
inoremap <C-d><C-d> <Home><S-End><BS>
|
||||||
|
inoremap <C-a> <End><S-Home>
|
||||||
vnoremap L $
|
vnoremap L $
|
||||||
vnoremap H ^
|
vnoremap H ^
|
||||||
set animations=true
|
set animations=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user