desktop update
This commit is contained in:
parent
c667df83fa
commit
140f471283
6 changed files with 88 additions and 15 deletions
6
.vimrc
6
.vimrc
|
|
@ -172,6 +172,7 @@ Plug 'plytophogy/vim-virtualenv'
|
|||
Plug 'lunaru/vim-less'
|
||||
Plug 'hylang/vim-hy', {'for': 'hy'}
|
||||
Plug 'jneen/ragel.vim'
|
||||
Plug 'NoahTheDuke/vim-just'
|
||||
"Plug 'mhartington/nvim-typescript'
|
||||
"Plug 'leafgarland/typescript-vim'
|
||||
Plug 'leafOfTree/vim-svelte-plugin'
|
||||
|
|
@ -181,7 +182,7 @@ Plug 'Shougo/context_filetype.vim'
|
|||
Plug 'fedorenchik/AnsiEsc'
|
||||
Plug 'hwayne/tla.vim'
|
||||
Plug 'zchee/vim-goasm'
|
||||
"Plug 'cappyzawa/starlark.vim'
|
||||
Plug 'cappyzawa/starlark.vim'
|
||||
|
||||
" Plugins that autocomplete
|
||||
"Plug 'Shougo/deoplete.nvim'
|
||||
|
|
@ -1016,6 +1017,7 @@ nnoremap <silent> <C-k> <cmd>lua file_list{}<cr>
|
|||
nnoremap <silent> <Leader>ag <cmd>lua live_grep_repo{ word_match = "-w", only_sort_text = true, search = ''}<cr>
|
||||
nnoremap <silent> <Leader>aw <cmd>lua git_grep_word{ word_match = "-w", only_sort_text = true, initial_mode = "normal" }<cr>
|
||||
nnoremap <silent> <Leader>q <cmd>lua require('telescope.builtin').quickfix{ initial_mode = "normal" }<cr>
|
||||
nnoremap <silent> <Leader>ff <cmd>lua require('telescope.builtin').quickfix{ initial_mode = "normal" }<cr>
|
||||
|
||||
" For C++ -- A is a great plugin which allows you to jump from the c file to the
|
||||
" header and vice-versa. Mneumonic here is headerheader.
|
||||
|
|
@ -1023,7 +1025,7 @@ nnoremap <Leader>hh :A<CR>
|
|||
" CommandT is useful, but if I'm juggling lots of buffers, limit it to another
|
||||
" one I have open (instead of standard <Leader>t).
|
||||
"nnoremap <silent> <Leader>o :<C-u>Buffers<CR>
|
||||
nnoremap <silent> <Leader>o <cmd>lua buffer_telescope{initial_mode = "normal"}<cr>
|
||||
nnoremap <silent> <Leader>o <cmd>lua buffer_telescope{}<cr>
|
||||
"nnoremap <Leader>j <C-^>
|
||||
"nnoremap <Leader>p :PTW
|
||||
nnoremap <Leader>p :LustyJugglePrevious<CR>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue