Tried to fix adk and \#
This commit is contained in:
parent
d722618cc6
commit
8bc69957a7
2
bashrc
2
bashrc
@ -77,7 +77,7 @@ alias mv="mv -v"
|
||||
alias la='ls -lah $LS_COLOR'
|
||||
alias dt='date "+%F %T"'
|
||||
alias awake='disphost; while true; do xdotool mousemove 0 0; sleep 60; done'
|
||||
alias adk='/home/stonewareslord/applications/adk/bin/studio.sh&>/dev/null'
|
||||
alias adk='2>/dev/null 1>&2 /home/stonewareslord/applications/adk/bin/studio.sh &'
|
||||
alias resource='. ~/.bashrc'
|
||||
alias install='sudo apt-get install'
|
||||
alias search='sudo apt-cache search'
|
||||
|
2
vimrc
2
vimrc
@ -46,7 +46,7 @@ nnoremap <Leader>for m"Ofor(){<Esc>jo}<Esc>`"v><Esc>k^wa
|
||||
nnoremap <Leader>while m"Owhile(){<Esc>jo}<Esc>`"v><Esc>k^wa
|
||||
nnoremap <Leader>rm m"kddjddkv<<Esc>`"
|
||||
nnoremap <Leader># O#{{{<Esc>jo#}}}<Esc>kk^a
|
||||
vnoremap <Leader># <Esc>`<O#{{{<Esc>`>o//}}}<Esc>`<k^la
|
||||
vnoremap <Leader># <Esc>`<O#{{{<Esc>`>o#}}}<Esc>`<k^a
|
||||
nnoremap <Leader>{ O//{{{<Esc>jo//}}}<Esc>kk^la
|
||||
vnoremap <Leader>{ <Esc>`<O//{{{<Esc>`>o//}}}<Esc>`<k^la
|
||||
vnoremap <Leader>if <Esc>`<Oif(){<Esc>`>o}<Esc>gv><Esc>`<k^wa
|
||||
|
Loading…
Reference in New Issue
Block a user