File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -105,15 +105,14 @@ vmap <s-tab> <gv
105
105
" Autocompletion
106
106
set sb " splitbelow
107
107
set cot += popuphidden " completeopt
108
- autocmd FileType go inoremap <expr> <tab> pumvisible() ? '<C-n> ' : '<C-x><C-o> '
109
- autocmd FileType go inoremap <expr> <s-tab> pumvisible() ? '<C-p> ' : '<C-x><C-o> '
108
+ autocmd FileType go inoremap <expr> <c-b> pumvisible() ? '<C-n> ' : '<C-x><C-o> '
110
109
111
110
" Leader
112
111
let mapleader = " \<Space> "
113
112
nnoremap <leader> w :w<CR>
114
113
nnoremap <leader> q :FloatermKill<CR> :q<CR>
115
114
116
- nnoremap <leader> z :read ! git log -3 --pretty=\%B<CR>
115
+ nnoremap <leader> z :read ! git log -8 --pretty=\%B<CR>
117
116
118
117
" turn to next or previous errors, after open location list
119
118
nmap <leader> j :lnext<CR>
@@ -374,7 +373,7 @@ au FileType markdown nmap <leader>o :GenTocGFM<cr>
374
373
375
374
" =========================================================
376
375
" Configuration: hotoo/pangu.vim
377
- au FileType markdown nmap <leader> y :Pangu <cr>
376
+ au FileType markdown,text nmap <leader> y :PanguAll <cr>
378
377
379
378
" =========================================================
380
379
" Configuration floaterm
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A shell script to deploy my vim configuration
5
5
The installation will overwrite your ` .vimrc ` file, be sure to backup your existing vim configuration.
6
6
7
7
```
8
- curl -L https://github. com/modood/vimrc/raw /master/install.sh | bash
8
+ curl -L https://raw.githubusercontent. com/modood/vimrc/master/install.sh | bash
9
9
```
10
10
11
11
## keyboard shortcuts overview
@@ -46,7 +46,7 @@ curl -L https://github.com/modood/vimrc/raw/master/install.sh | bash
46
46
| ` <C-x> ` | Cursor skip | vim-multiple-cursors |
47
47
| ` <C-c> ` | [ V] Copy selected text | gvim |
48
48
| ` <C-v> ` | [ N] Switch to [ VB] mode<br />[ I] Paste | -<br />gvim |
49
- | ` <C-b> ` | Toggle tagbar | tagbar |
49
+ | ` <C-b> ` | [ N ] Toggle tagbar < br /> [ I ] Autocompletion | tagbar< br />- |
50
50
| ` <C-n> ` | Toggle Terdtree | nerdtree |
51
51
| ` <C-m> ` | ` <cr> ` | ** do not edit** |
52
52
| ` <C-;> ` | Show clipboard | Ubuntu |
You can’t perform that action at this time.
0 commit comments