dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit a66b456b6651ee9aa831dcafce1b094605492516
parent 549140a524fa8b2316a95e8cdaa06a49cd06273e
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue, 14 Apr 2020 22:47:03 +0200

vim: lf plugin and mappings

Former-commit-id: 62bbf7d585e2d4160c48df08216a16c0a87f35d0
Diffstat:
Mvim/vimrc | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -132,9 +132,12 @@ Plug 'tpope/vim-scriptease', { 'for': 'vim' } " Schemer - colorscheme creator Plug 'thezeroalpha/vim-schemer', { 'for': 'schemer', 'on': ['<Plug>SchemerSynstack', '<Plug>SchemerEdit']} -" Relative file complete +" Make ins-completion relative to current file Plug 'thezeroalpha/vim-relatively-complete' +" Select files with LF +Plug 'thezeroalpha/vim-lf' + " Unicode black magic Plug 'segeljakt/vim-isotope' @@ -287,7 +290,7 @@ nnoremap <leader>O :Files<space> nnoremap <leader>B :Buffers<CR> nnoremap <leader>G :Lines<CR> nnoremap <leader>? :Helptags<CR> -nnoremap <leader>Q :Tags<CR> +nnoremap <leader>T :Tags<CR> nnoremap <leader>/ :Ag<CR> " Vimwiki {{{3 let tlist_vimwiki_settings = 'wiki;h:Headers' @@ -408,6 +411,9 @@ augroup END nnoremap gzr :Repl<CR> " Medieval {{{3 let g:medieval_langs = ['python=python3', 'ruby', 'sh', 'bash', 'haskell=ghci', 'javascript=node'] +" LF {{{3 +nmap <leader>\ <Plug>LfEdit +nmap <leader><c-\> <Plug>LfSplit " }}}1 " General {{{1 " Set the colors