1
0
mirror of https://github.com/chylex/dotfiles.git synced 2024-10-17 17:42:48 +02:00

Compare commits

...

3 Commits

3 changed files with 2 additions and 3 deletions

View File

@ -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"

View File

@ -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>

View File

@ -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