-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path40h_orientation.vim
24 lines (24 loc) · 1009 Bytes
/
40h_orientation.vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Plug 'https://github.com/myusuf3/numbers.vim'
Plug 'https://github.com/thinca/vim-unite-history'
Plug 'https://github.com/vim-scripts/CountJump'
Plug 'https://github.com/lampert/vim'
"= 10 Activity
"== 20 Text Objects
Plug 'https://github.com/terryma/vim-expand-region'
"= 40 Movements
Plug 'https://github.com/vim-scripts/columnmove'
"= 40 Motions
Plug 'https://github.com/vim-scripts/TaskMotions'
Plug 'https://github.com/toupeira/vim-movealong'
Plug 'https://github.com/vim-scripts/JumpToTrailingWhitespace'
" Adds vertical move motions to vim
Plug 'https://github.com/bruno-/vim-vertical-move'
" // TODO: Check mapping is working
Plug 'https://github.com/vim-scripts/JumpToVerticalOccurrence'
"= 40 Windows
"== 60 Windows Tools
"=== 60 Tmux
Plug 'https://github.com/mhinz/vim-tmuxify'
" Adds custom bindings to use ctrl wth h,j,k,l
" For navigating Tmux and Vim panes
Plug 'https://github.com/christoomey/vim-tmux-navigator'