urxvt ctrl-shift stupidity fix, vim stuff for javascript and autocomplete

This commit is contained in:
Daniel Flanagan 2016-08-09 18:58:53 -05:00
parent 2403986bce
commit 70a9392087
2 changed files with 2 additions and 0 deletions

View file

@ -54,6 +54,7 @@ Plug 'tpope/vim-surround' " quickly modify text surrounding objects
Plug 'tpope/vim-speeddating' " vim knows about date-like text objects
Plug 'michaeljsmith/vim-indent-object' " adds an indentation level text object
Plug 'wellle/targets.vim' " adds some more handy text objects
Plug 'ternjs/tern_for_vim', { 'do': 'npm install' }
Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all'} " fuzzy file finding
Plug 'junegunn/fzf.vim' " helpers for using fzf in vim

1
env/x/xresources vendored
View file

@ -28,3 +28,4 @@ URxvt.perl-ext-common: default,matcher,keyboard-select
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
URxvt*iso14755: False