Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Apr 5, 2017
1 parent d5a5754 commit f34ffc1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install:
~/.fzf/install --all --no-update-rc

link:
stow --restow `ls -d */`
stow --target ~ --restow `ls -d */`

update:
git submodule update --init --recursive
Expand Down
2 changes: 2 additions & 0 deletions readline/.inputrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ set page-completions off
# commands (i.e. more intelligent Up/Down behavior)
"\e[B": history-search-forward
"\e[A": history-search-backward
"^N": history-search-forward
"^P": history-search-backward

# Be more intelligent when autocompleting by also looking at the text after
# the cursor. For example, when the current line is "cd ~/src/mozil", and
Expand Down
2 changes: 1 addition & 1 deletion vim/.vim/bundle/tsuquyomi
2 changes: 1 addition & 1 deletion vim/.vim/bundle/vim-dirvish
2 changes: 1 addition & 1 deletion vim/.vim/bundle/vim-fugitive
Submodule vim-fugitive updated 1 files
+5 −4 plugin/fugitive.vim
2 changes: 1 addition & 1 deletion zsh/.fzf
Submodule .fzf updated 1 files
+11 −3 bin/fzf-tmux

0 comments on commit f34ffc1

Please sign in to comment.