systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit baa94d5fa4321b2047db986cf62d4a63fd094d99
parent c07005bcc4b8b709bde35aee5aaad7db923287c2
Author: Remy Noulin <loader2x@gmail.com>
Date:   Wed, 24 Oct 2018 22:29:08 +0200

add ref to show libsheepy reference, change sequence quit insert sequence from ;; to jk

arch/updateHome.sh     | 1 +
debian/updateHome.sh   | 1 +
dotfiles/.bash_aliases | 1 +
dotfiles/.vimrc        | 2 +-
dotfiles/ref.sh        | 2 ++
5 files changed, 6 insertions(+), 1 deletion(-)

Diffstat:
March/updateHome.sh | 1+
Mdebian/updateHome.sh | 1+
Mdotfiles/.bash_aliases | 1+
Mdotfiles/.vimrc | 2+-
Adotfiles/ref.sh | 2++
5 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/arch/updateHome.sh b/arch/updateHome.sh @@ -16,6 +16,7 @@ cp ../dotfiles/mk.sh ~/bin/ cp ../dotfiles/updateXapianIndex.sh ~/bin/ cp ../dotfiles/xapianOmegaSearch.sh ~/bin/ cp ../dotfiles/noc.sh ~/bin/ +cp ../dotfiles/ref.sh ~/bin/ mkdir ~/.gnupg cp ../dotfiles/gpg-agent.conf ~/.gnupg/ mkdir ~/.ssh diff --git a/debian/updateHome.sh b/debian/updateHome.sh @@ -16,6 +16,7 @@ cp ../dotfiles/mk.sh ~/bin/ cp ../dotfiles/updateXapianIndex.sh ~/bin/ cp ../dotfiles/xapianOmegaSearch.sh ~/bin/ cp ../dotfiles/noc.sh ~/bin/ +cp ../dotfiles/ref.sh ~/bin/ mkdir ~/.gnupg cp ../dotfiles/gpg-agent.conf ~/.gnupg/ mkdir ~/.ssh diff --git a/dotfiles/.bash_aliases b/dotfiles/.bash_aliases @@ -68,6 +68,7 @@ alias ,tt=', topbot top;, cr' # sheepy alias z='sheepy' +alias ref='~/bin/ref.sh' alias zh='z -h' alias zc='z -c' alias zl='z -l' diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc @@ -214,7 +214,7 @@ nnoremap ; : imap <F1> <Esc>`^ vmap <F1> <Esc>`^ -imap ;; <Esc>`^ +imap jk <Esc>`^ vmap ` <Esc> nmap <Return> i " paste last yanked diff --git a/dotfiles/ref.sh b/dotfiles/ref.sh @@ -0,0 +1,2 @@ +w3m http://spartatek.se/libsheepy/LSH_REFERENCE_PAGE.html +#http://spartatek.se/libsheepy/LSH_OVERVIEW_PAGE.html