Skip to content

Instantly share code, notes, and snippets.

@transtone
Created December 3, 2019 07:05
Show Gist options
  • Save transtone/a30d5c71fa56805d954a5440b7f60a03 to your computer and use it in GitHub Desktop.
Save transtone/a30d5c71fa56805d954a5440b7f60a03 to your computer and use it in GitHub Desktop.
let mapleader = "q"
call plug#begin()
Plug 'asvetliakov/vim-easymotion'
call plug#end()
" Move to line
map <Leader><Leader>l <Plug>(easymotion-bd-jk)
map <Leader>c :noh<CR>
map <Leader>w :w<CR>
map u :undo<CR>
map U :redo<CR>
autocmd InsertLeave * :!im-select 1033
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment