Skip to content

Commit

Permalink
Add tern for vim and mousekeys
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Aug 29, 2017
1 parent 3927e8f commit c5b6de9
Show file tree
Hide file tree
Showing 24 changed files with 33 additions and 29 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@
[submodule "vim/.vim/bundle/vim-dirvish"]
path = vim/.vim/bundle/vim-dirvish
url = https://github.com/justinmk/vim-dirvish
[submodule "vim/.vim/bundle/tsuquyomi"]
path = vim/.vim/bundle/tsuquyomi
url = https://github.com/Quramy/tsuquyomi
[submodule "vim/.vim/bundle/vim-polyglot"]
path = vim/.vim/bundle/vim-polyglot
url = https://github.com/sheerun/vim-polyglot
Expand Down Expand Up @@ -119,3 +116,6 @@
[submodule "mutt/.mutt/bundle/mutt-colors-solarized"]
path = mutt/.mutt/bundle/mutt-colors-solarized
url = https://github.com/altercation/mutt-colors-solarized
[submodule "vim/.vim/bundle/tern_for_vim"]
path = vim/.vim/bundle/tern_for_vim
url = https://github.com/ternjs/tern_for_vim
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ To add your own Vim, Tmux or Zsh plugin you can just clone it to proper
Completion menu using FZF, tab-completion, support for `ripgrep` in FZF
* [syntastic](https://github.com/scrooloose/syntastic): Syntax checking hacks
for vim
* [tsuquyomi](https://github.com/Quramy/tsuquyomi): A Vim plugin for TypeScript
* [tern_for_vim](https://github.com/ternjs/tern_for_vim): Tern plugin for Vim
* [ultisnips](https://github.com/SirVer/ultisnips): The ultimate snippet
solution for Vim
* [vaxe](https://github.com/jdonaldson/vaxe): A modern, modular vim mode for
Expand Down
10 changes: 10 additions & 0 deletions bspwm/.config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ super + Escape
super + e
slock

#
# mouse keys
#

alt + {_,shift + } + {h,j,k,l}
xdotool mousemove_relative --sync {--,--} {-35 0,0 35,0 -35,35 0}

ctrl + {_,shift + } + {u,o}
xdotool {click,click} {1,3}

#
# bspwm hotkeys
#
Expand Down
2 changes: 1 addition & 1 deletion tmux/.tmux/bundle/tmux-open
Submodule tmux-open updated 2 files
+17 −0 README.md
+8 −2 open.tmux
2 changes: 1 addition & 1 deletion vim/.vim/bundle/codi.vim
2 changes: 1 addition & 1 deletion vim/.vim/bundle/editorconfig-vim
2 changes: 1 addition & 1 deletion vim/.vim/bundle/fzf.vim
2 changes: 1 addition & 1 deletion vim/.vim/bundle/syntastic
1 change: 1 addition & 0 deletions vim/.vim/bundle/tern_for_vim
Submodule tern_for_vim added at ae42c6
1 change: 0 additions & 1 deletion vim/.vim/bundle/tsuquyomi
Submodule tsuquyomi deleted from 46dfcd
2 changes: 1 addition & 1 deletion vim/.vim/bundle/vaxe
Submodule vaxe updated 1 files
+1 −0 syntax/haxe.vim
2 changes: 1 addition & 1 deletion vim/.vim/bundle/vim-dirvish
Submodule vim-dirvish updated 1 files
+4 −4 doc/dirvish.txt
2 changes: 1 addition & 1 deletion vim/.vim/bundle/vim-javacomplete2
2 changes: 1 addition & 1 deletion vim/.vim/bundle/vim-pathogen
2 changes: 1 addition & 1 deletion vim/.vim/bundle/vim-polyglot
Submodule vim-polyglot updated 1 files
+1 −1 build
2 changes: 1 addition & 1 deletion vim/.vim/bundle/vim-test
1 change: 1 addition & 0 deletions vim/.vim/ftplugin/javascript.vim
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
setlocal omnifunc=javascriptcomplete#CompleteJS
let g:syntastic_javascript_checkers = ['standard']
7 changes: 0 additions & 7 deletions vim/.vim/ftplugin/typescript.vim

This file was deleted.

2 changes: 1 addition & 1 deletion zsh/.zim
Submodule .zim updated from 460090 to 96c474

0 comments on commit c5b6de9

Please sign in to comment.