forked from x/ContextOS
what
This commit is contained in:
parent
59692a5976
commit
816c4b7b61
@ -6,8 +6,8 @@ Plug 'vim-airline/vim-airline'
|
|||||||
Plug 'vim-airline/vim-airline-themes'
|
Plug 'vim-airline/vim-airline-themes'
|
||||||
Plug 'ntpeters/vim-better-whitespace'
|
Plug 'ntpeters/vim-better-whitespace'
|
||||||
Plug 'easymotion/vim-easymotion'
|
Plug 'easymotion/vim-easymotion'
|
||||||
nmap f ;;f
|
nmap t ;;t
|
||||||
nmap F ;;F
|
nmap T ;;T
|
||||||
|
|
||||||
Plug 'vim-scripts/taglist.vim'
|
Plug 'vim-scripts/taglist.vim'
|
||||||
let g:Tlist_WinWidth=45
|
let g:Tlist_WinWidth=45
|
||||||
@ -97,6 +97,7 @@ nnoremap j gj
|
|||||||
nnoremap k gk
|
nnoremap k gk
|
||||||
|
|
||||||
nnoremap df :FZF<CR>
|
nnoremap df :FZF<CR>
|
||||||
|
inoremap df _
|
||||||
inoremap jk <Esc>
|
inoremap jk <Esc>
|
||||||
cnoremap jk <CR>
|
cnoremap jk <CR>
|
||||||
"}}}
|
"}}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user