Compare commits

..

No commits in common. "dfdae927c38d31e55cc3f2c4aabd355cc05dabb4" and "546df121785e69ad5bf4ba0b434980584c6a6477" have entirely different histories.

3 changed files with 2 additions and 4 deletions

View File

@ -49,7 +49,6 @@
".git/",
".hg/"
],
"trace.server": "verbose",
"initializationOptions": {
"cache": {
"directory": "/tmp/ccls"

View File

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

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