Added mv -v to bashrc and added Y and git stgit st commands in vimperator

This commit is contained in:
Austen Adler 2014-06-16 17:28:42 -04:00
parent f066ca6e31
commit b76b342d48
2 changed files with 6 additions and 3 deletions

3
bashrc
View File

@ -124,6 +124,7 @@ alias skim="(head -5; tail -5) <"
# Show where you copy
alias cp="cp -v"
alias mv="mv -v"
alias la='ls -lah $LS_COLOR'
function cl(){ cd "$@" && ls; }
@ -153,7 +154,7 @@ alias autoremove='sudo apt-get autoremove'
alias ..='cl ..'
alias ytdl="youtube-dl $@ -x --audio-format mp3 --audio-quality 0 -c -o '%(title)s.%(ext)s'"
alias tux="tmux a||tmux"
alias rmgit="git remote rm origin;git remote rm https"
alias rmgit="git remote rm origin;git remote rm https;git remote rm oOrigin;git remote rm oHttps"

View File

@ -5,8 +5,10 @@ noremap K gT
noremap <C-j> :tabm +1<CR>
noremap <C-k> :tabm -1<CR>
noremap gH yHP
noremap go :set toolbars=noaddons,nobookmarks,nomenu,tabs,nonavigation<CR>
noremap gO :set toolbars=noaddons,nobookmarks,menu,tabs,navigation<CR>
noremap gt :set toolbars=noaddons,nobookmarks,nomenu,tabs,nonavigation<CR>
noremap gT :set toolbars=noaddons,nobookmarks,menu,tabs,navigation<CR>
noremap Y i<C-c>
noremap !! :<Up><CR>
set animations=true
"set complete=
"set hintchars=hjklasdfgyuiopqwertnmzxcvb