Skip to content

Commit

Permalink
inputrc
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbraden committed Apr 21, 2017
1 parent add06bc commit f9ab3ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -13,14 +13,14 @@ link_dotfiles:
ln -sf $(DOTPATH)/gitconfig ~/.gitconfig
ln -sf $(DOTPATH)/gitignore ~/.gitignore
ln -sf $(DOTPATH)/hgrc ~/.hgrc
ln -sf $(DOTPATH)/inputrc ~/.inputrc
ln -sf $(DOTPATH)/profile ~/.profile
ln -sf $(DOTPATH)/screenrc ~/.screenrc
ln -sf $(DOTPATH)/shortcuts.vim ~/shortcuts.vim
ln -sf $(DOTPATH)/tmuxrc ~/.tmux.conf
ln -sf $(DOTPATH)/vimrc.vim ~/.vimrc
ln -sf $(DOTPATH)/zshrc ~/.zshrc
ln -sf $(DOTPATH)/vim ~/.vim
ln -sf $(DOTPATH)/tmuxrc ~/.tmux.conf
ln -sf $(DOTPATH)/shortcuts.vim ~/shortcuts.vim
ln -sf $(DOTPATH)/vim ~/.vim/
ln -sf $(DOTPATH)/zshrc ~/.zshrc
mkdir -p ~/.vimundo
.PHONY: link_dotfiles

Expand Down
5 changes: 5 additions & 0 deletions inputrc
@@ -0,0 +1,5 @@
set completion-ignore-case On
set show-all-if-ambiguous on
set visible-stats on
set bell-style none
set expand-tilde on

0 comments on commit f9ab3ca

Please sign in to comment.