Compare commits
No commits in common. "dfdae927c38d31e55cc3f2c4aabd355cc05dabb4" and "546df121785e69ad5bf4ba0b434980584c6a6477" have entirely different histories.
dfdae927c3
...
546df12178
@ -49,7 +49,6 @@
|
||||
".git/",
|
||||
".hg/"
|
||||
],
|
||||
"trace.server": "verbose",
|
||||
"initializationOptions": {
|
||||
"cache": {
|
||||
"directory": "/tmp/ccls"
|
||||
|
@ -266,8 +266,8 @@ vnoremap <A-j> :m '>+1<CR>gv=gv
|
||||
vnoremap <A-k> :m '<-2<CR>gv=gv
|
||||
|
||||
" Better replace
|
||||
nnoremap <Leader>s :%s//g<Left><Left>
|
||||
vnoremap <Leader>s :s//g<Left><Left>
|
||||
nnoremap s :%s//g<Left><Left>
|
||||
vnoremap s :s//g<Left><Left>
|
||||
|
||||
" Better adding into begging and ending line
|
||||
vnoremap F <C-v>$A
|
||||
|
1
.zshrc
1
.zshrc
@ -107,7 +107,6 @@ alias aria2c="aria2c --seed-time=0 --disable-ipv6 --max-upload-limit=1k"
|
||||
alias lg="lazygit"
|
||||
alias update-brew="brew upgrade --cask"
|
||||
alias cl="cd $HOME/Documents/Collage/Semestr2"
|
||||
alias irc="ssh mikrus -t 'screen -r'"
|
||||
|
||||
# Cleaning-up
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
|
Loading…
x
Reference in New Issue
Block a user