mirror of
https://github.com/chylex/dotfiles.git
synced 2024-11-25 14:42:46 +01:00
Compare commits
3 Commits
9ed9296f00
...
530f74d01b
Author | SHA1 | Date | |
---|---|---|---|
530f74d01b | |||
672a78d3b1 | |||
12e6f5d9d1 |
2
.bashrc
2
.bashrc
@ -1,4 +1,4 @@
|
||||
alias lsa='ls -l -v --all --human-readable --color=auto'
|
||||
alias lsa='ls -l -v --all --human-readable --group-directory-first --color=auto'
|
||||
alias gh='history|grep'
|
||||
|
||||
bind "set completion-ignore-case on"
|
||||
|
@ -133,8 +133,6 @@ nmap gE :raction VcsShowPrevChangeMarker<CR>
|
||||
map gi :action GotoImplementation<CR>
|
||||
map gj :raction EditorCloneCaretBelow<CR>
|
||||
map gk :raction EditorCloneCaretAbove<CR>
|
||||
nmap go :raction GotoNextElementUnderCaretUsage<CR>
|
||||
nmap gO :raction GotoPrevElementUnderCaretUsage<CR>
|
||||
nmap gr :action RecentLocations<CR>
|
||||
nmap gR :action RecentChangedFiles<CR>
|
||||
map gs :action GotoSuperMethod<CR>
|
||||
|
@ -8,6 +8,7 @@ git clone https://github.com/luochen1990/rainbow
|
||||
git clone https://github.com/machakann/vim-highlightedyank
|
||||
git clone https://github.com/mg979/vim-visual-multi
|
||||
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://tpope.io/vim/repeat.git
|
||||
git clone https://tpope.io/vim/sleuth.git
|
||||
|
Loading…
Reference in New Issue
Block a user