Minor less/other fixes
This commit is contained in:
parent
4277433165
commit
b9f1390acc
@ -17,7 +17,7 @@ gparted
|
|||||||
mysql-workbench
|
mysql-workbench
|
||||||
wireshark
|
wireshark
|
||||||
unetbootin
|
unetbootin
|
||||||
exiv2
|
#exiv2
|
||||||
xdotool
|
xdotool
|
||||||
htop
|
htop
|
||||||
#wicd-daemon
|
#wicd-daemon
|
||||||
|
@ -77,3 +77,4 @@ hfsutils
|
|||||||
hfsprogs
|
hfsprogs
|
||||||
vifm
|
vifm
|
||||||
git-annex
|
git-annex
|
||||||
|
pwgen
|
||||||
|
@ -13,8 +13,6 @@ SAVEHIST=10000000
|
|||||||
setopt HIST_EXPIRE_DUPS_FIRST
|
setopt HIST_EXPIRE_DUPS_FIRST
|
||||||
setopt EXTENDED_HISTORY
|
setopt EXTENDED_HISTORY
|
||||||
# export PAGER=/usr/bin/w3m
|
# export PAGER=/usr/bin/w3m
|
||||||
export PAGER=/usr/bin/less
|
|
||||||
alias less=$PAGER
|
|
||||||
source "$HOME/.antigen/antigen.zsh"
|
source "$HOME/.antigen/antigen.zsh"
|
||||||
antigen bundle stonewareslord/oh-my-git
|
antigen bundle stonewareslord/oh-my-git
|
||||||
#antigen bundle arialdomartini/oh-my-git
|
#antigen bundle arialdomartini/oh-my-git
|
||||||
@ -53,9 +51,9 @@ alias l='ls -CF'
|
|||||||
alias logout='sudo pkill -u $USER'
|
alias logout='sudo pkill -u $USER'
|
||||||
alias fixsh='ssh-keygen -R'
|
alias fixsh='ssh-keygen -R'
|
||||||
alias tmux='tmux -2'
|
alias tmux='tmux -2'
|
||||||
#alias less='less -r'
|
alias less='less -R'
|
||||||
alias tree='tree -C'
|
alias tree='tree -C'
|
||||||
#alias grep="egrep -i --color=auto"
|
alias grep="grep -P"
|
||||||
alias skim="(head -5; tail -5) <"
|
alias skim="(head -5; tail -5) <"
|
||||||
function cp() { rsync -ha --info=progress2 "$@" }
|
function cp() { rsync -ha --info=progress2 "$@" }
|
||||||
function c() { cp "$@" }
|
function c() { cp "$@" }
|
||||||
|
@ -26,6 +26,7 @@ nnoremap <F3> :!make&&echo "Uploading robot code";wput ./PPC603gnu/src/Debug/src
|
|||||||
nnoremap G G$
|
nnoremap G G$
|
||||||
vnoremap G G$
|
vnoremap G G$
|
||||||
nnoremap <F5> :GundoToggle<CR>
|
nnoremap <F5> :GundoToggle<CR>
|
||||||
|
nnoremap <F6> :argdo normal <CR>
|
||||||
nnoremap <F8> :TagbarToggle<CR>
|
nnoremap <F8> :TagbarToggle<CR>
|
||||||
nnoremap + <C-a>
|
nnoremap + <C-a>
|
||||||
nnoremap - <C-x>
|
nnoremap - <C-x>
|
||||||
@ -174,6 +175,7 @@ set gdefault
|
|||||||
set nocompatible
|
set nocompatible
|
||||||
set rtp+=~/.vim/bundle/vundle/
|
set rtp+=~/.vim/bundle/vundle/
|
||||||
set ignorecase
|
set ignorecase
|
||||||
|
set textwidth=0
|
||||||
syntax on
|
syntax on
|
||||||
let g:airline_left_sep='▶'
|
let g:airline_left_sep='▶'
|
||||||
let g:airline_right_sep='◀'
|
let g:airline_right_sep='◀'
|
||||||
|
Loading…
Reference in New Issue
Block a user