mirror of
https://github.com/chylex/dotfiles.git
synced 2024-11-25 23:42:46 +01:00
Compare commits
No commits in common. "530f74d01b1e7eae1b2809abd54822227a6f492d" and "9ed9296f006da3290ebdffc64ff0edb13825d306" have entirely different histories.
530f74d01b
...
9ed9296f00
2
.bashrc
2
.bashrc
@ -1,4 +1,4 @@
|
|||||||
alias lsa='ls -l -v --all --human-readable --group-directory-first --color=auto'
|
alias lsa='ls -l -v --all --human-readable --color=auto'
|
||||||
alias gh='history|grep'
|
alias gh='history|grep'
|
||||||
|
|
||||||
bind "set completion-ignore-case on"
|
bind "set completion-ignore-case on"
|
||||||
|
@ -133,6 +133,8 @@ nmap gE :raction VcsShowPrevChangeMarker<CR>
|
|||||||
map gi :action GotoImplementation<CR>
|
map gi :action GotoImplementation<CR>
|
||||||
map gj :raction EditorCloneCaretBelow<CR>
|
map gj :raction EditorCloneCaretBelow<CR>
|
||||||
map gk :raction EditorCloneCaretAbove<CR>
|
map gk :raction EditorCloneCaretAbove<CR>
|
||||||
|
nmap go :raction GotoNextElementUnderCaretUsage<CR>
|
||||||
|
nmap gO :raction GotoPrevElementUnderCaretUsage<CR>
|
||||||
nmap gr :action RecentLocations<CR>
|
nmap gr :action RecentLocations<CR>
|
||||||
nmap gR :action RecentChangedFiles<CR>
|
nmap gR :action RecentChangedFiles<CR>
|
||||||
map gs :action GotoSuperMethod<CR>
|
map gs :action GotoSuperMethod<CR>
|
||||||
|
@ -8,7 +8,6 @@ git clone https://github.com/luochen1990/rainbow
|
|||||||
git clone https://github.com/machakann/vim-highlightedyank
|
git clone https://github.com/machakann/vim-highlightedyank
|
||||||
git clone https://github.com/mg979/vim-visual-multi
|
git clone https://github.com/mg979/vim-visual-multi
|
||||||
git clone https://github.com/michaeljsmith/vim-indent-object.git
|
git clone https://github.com/michaeljsmith/vim-indent-object.git
|
||||||
git clone https://github.com/nelstrom/vim-visual-star-search
|
|
||||||
git clone https://github.com/vim-scripts/ReplaceWithRegister
|
git clone https://github.com/vim-scripts/ReplaceWithRegister
|
||||||
git clone https://tpope.io/vim/repeat.git
|
git clone https://tpope.io/vim/repeat.git
|
||||||
git clone https://tpope.io/vim/sleuth.git
|
git clone https://tpope.io/vim/sleuth.git
|
||||||
|
Loading…
Reference in New Issue
Block a user