urxvt ctrl-shift stupidity fix, vim stuff for javascript and autocomplete
This commit is contained in:
parent
2403986bce
commit
70a9392087
|
@ -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
1
env/x/xresources
vendored
|
@ -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
|
||||
|
|
Reference in a new issue