Fixed merge issues
This commit is contained in:
@@ -24,7 +24,6 @@ export EDITOR=/usr/bin/vim
|
|||||||
|
|
||||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
#vi readline
|
#vi readline
|
||||||
set -o vi
|
set -o vi
|
||||||
#ctrl-x, ctrl-e to launch $EDITOR (vim)
|
#ctrl-x, ctrl-e to launch $EDITOR (vim)
|
||||||
@@ -32,5 +31,3 @@ bind -m vi-insert '"\C-x\C-e": edit-and-execute-command'
|
|||||||
|
|
||||||
#fix clear screen in vi mode
|
#fix clear screen in vi mode
|
||||||
bind -m vi-insert "\C-l":clear-screen
|
bind -m vi-insert "\C-l":clear-screen
|
||||||
=======
|
|
||||||
>>>>>>> 8339691402a347f81d8e7896e8acfc8cebca7ddf
|
|
||||||
|
|||||||
@@ -51,13 +51,13 @@ nnoremap <C-j> <C-W><C-J>
|
|||||||
nnoremap <C-k> <C-W><C-K>
|
nnoremap <C-k> <C-W><C-K>
|
||||||
nnoremap <C-l> <C-W><C-L>
|
nnoremap <C-l> <C-W><C-L>
|
||||||
nnoremap <C-h> <C-W><C-H>
|
nnoremap <C-h> <C-W><C-H>
|
||||||
<<<<<<< HEAD
|
|
||||||
" use jj to escape insert mode
|
" use jj to escape insert mode
|
||||||
inoremap jj <Esc>
|
inoremap jj <Esc>
|
||||||
inoremap jk <Esc>
|
inoremap jk <Esc>
|
||||||
inoremap kj <Esc>
|
inoremap kj <Esc>
|
||||||
nnoremap <CR> o<Esc>
|
nnoremap <CR> o<Esc>
|
||||||
=======
|
|
||||||
" use jk to escape insert mode - using easyescape plugin
|
" use jk to escape insert mode - using easyescape plugin
|
||||||
let g:easyescape_chars = { "j": 1, "k": 1 }
|
let g:easyescape_chars = { "j": 1, "k": 1 }
|
||||||
let g:easyescape_timeout = 100
|
let g:easyescape_timeout = 100
|
||||||
@@ -67,7 +67,6 @@ cnoremap kj <ESC>
|
|||||||
" blank lines
|
" blank lines
|
||||||
nnoremap <Enter> o<ESC>
|
nnoremap <Enter> o<ESC>
|
||||||
nnoremap <S-Enter> O<ESC>
|
nnoremap <S-Enter> O<ESC>
|
||||||
>>>>>>> 8339691402a347f81d8e7896e8acfc8cebca7ddf
|
|
||||||
|
|
||||||
nnoremap <leader>l :ls<CR>:b<Space>
|
nnoremap <leader>l :ls<CR>:b<Space>
|
||||||
nnoremap <Tab> :bnext<CR>
|
nnoremap <Tab> :bnext<CR>
|
||||||
@@ -90,7 +89,6 @@ Plugin 'VundleVim/Vundle.vim'
|
|||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'tpope/vim-fugitive'
|
||||||
Plugin 'kien/ctrlp.vim'
|
Plugin 'kien/ctrlp.vim'
|
||||||
Plugin 'scrooloose/nerdtree'
|
Plugin 'scrooloose/nerdtree'
|
||||||
"Plugin 'fholgado/minibufexpl.vim'
|
|
||||||
Plugin 'tmhedberg/SimpylFold'
|
Plugin 'tmhedberg/SimpylFold'
|
||||||
Plugin 'vim-scripts/indentpython.vim'
|
Plugin 'vim-scripts/indentpython.vim'
|
||||||
Plugin 'scrooloose/syntastic'
|
Plugin 'scrooloose/syntastic'
|
||||||
@@ -102,13 +100,10 @@ Plugin 'taohex/lightline-buffer'
|
|||||||
Plugin 'itchyny/calendar.vim'
|
Plugin 'itchyny/calendar.vim'
|
||||||
Plugin 'davidhalter/jedi-vim'
|
Plugin 'davidhalter/jedi-vim'
|
||||||
Plugin 'tpope/vim-surround'
|
Plugin 'tpope/vim-surround'
|
||||||
<<<<<<< HEAD
|
|
||||||
Plugin 'ap/vim-buftabline'
|
Plugin 'ap/vim-buftabline'
|
||||||
Plugin 'wellle/targets.vim'
|
Plugin 'wellle/targets.vim'
|
||||||
=======
|
|
||||||
Plugin 'junegunn/goyo.vim'
|
Plugin 'junegunn/goyo.vim'
|
||||||
Plugin 'zhou13/vim-easyescape'
|
Plugin 'zhou13/vim-easyescape'
|
||||||
>>>>>>> 8339691402a347f81d8e7896e8acfc8cebca7ddf
|
|
||||||
|
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
filetype plugin indent on " required
|
filetype plugin indent on " required
|
||||||
|
|||||||
Reference in New Issue
Block a user