Skip to content

Commit

Permalink
Small nice things
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Jan 24, 2017
1 parent cc1b484 commit 370270f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@
[submodule "lib/shell/zim"]
path = lib/shell/zim
url = https://github.com/Eriner/zim/
[submodule "lib/vim/bclose.vim"]
path = lib/vim/bclose.vim
url = https://github.com/chrismccord/bclose.vim
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ git clone https://github.com/ervandew/supertab.git $DOTHOME/usr/vim/supertab

### Vim
* [base16-vim](https://github.com/chriskempson/base16-vim): Base16 for Vim
* [bclose.vim](https://github.com/chrismccord/bclose.vim): Delete a buffer without closing the window
* [editorconfig-vim](https://github.com/editorconfig/editorconfig-vim): EditorConfig plugin for Vim
* [fzf.vim](https://github.com/junegunn/fzf.vim): fzf :heart: vim
* [pathogen.vim](https://github.com/tpope/vim-pathogen): Manage your runtimepath
Expand Down
2 changes: 2 additions & 0 deletions dotfiles/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
# Super cool gource alias (requires gource)
alias gource="gource --key --stop-at-end -i 0 --highlight-dirs --highlight-all-users --max-file-lag 0.5"

# Hastebin fast share
haste() { a=$(cat); curl -X POST -s -d "$a" http://hastebin.com/documents | awk -F '"' '{print "http://hastebin.com/"$4}'; }
# }}}

# Plugins {{{
Expand Down
1 change: 1 addition & 0 deletions lib/vim/bclose.vim
Submodule bclose.vim added at 3129bc
2 changes: 1 addition & 1 deletion lib/vim/vim-snippets

0 comments on commit 370270f

Please sign in to comment.