mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-13 04:51:15 +02:00
added better support for irc with ii
This commit is contained in:
@@ -54,6 +54,9 @@ alias tree="lsd --tree"
|
||||
# mkdir
|
||||
alias mkdir="mkdir -p"
|
||||
|
||||
# multitail
|
||||
alias mon="multitail -CS irc -f"
|
||||
|
||||
# mutt
|
||||
alias mutt="neomutt"
|
||||
alias upmutt="mbsync -a && neomutt"
|
||||
@@ -83,10 +86,6 @@ alias sc="sc-im"
|
||||
# script
|
||||
alias scriptclear="cat typescript | perl -pe 's/\e([^\[\]]|\[.*?[a-zA-Z]|\].*?\a)//g' | col -b > typescript-processed"
|
||||
|
||||
# tail
|
||||
|
||||
alias mon="tail -f -n 500"
|
||||
|
||||
# tmux
|
||||
alias tmux="tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf"
|
||||
|
||||
|
@@ -319,3 +319,6 @@ highlight colorcolumn guibg=#772222
|
||||
" python
|
||||
let g:python_host_prog = "/usr/bin/python2"
|
||||
let g:python3_host_prog = "/usr/bin/python3"
|
||||
|
||||
" irc compatibility to interactive
|
||||
nnoremap <leader>is :.w >> in<cr>dd
|
||||
|
Reference in New Issue
Block a user