From cd68c5ba26a80aec88d1cc375f19a6190319509a Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 8 Jan 2020 18:58:34 +0500 Subject: Updates. --- files/.tmux.conf | 2 +- files/.vimrc | 2 +- files/.zsh/rc/S50_aliases | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) (limited to 'files') diff --git a/files/.tmux.conf b/files/.tmux.conf index 1c0f72d..ee9533a 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -30,7 +30,7 @@ setw -g mouse on ## Key bindings ## -bind \ split-window -h -c '#{pane_current_path}' +#bind \ split-window -h -c '#{pane_current_path}' # toggle last 2 windows bind C-a last-window diff --git a/files/.vimrc b/files/.vimrc index 5801a52..4bbe740 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -583,8 +583,8 @@ augroup ft_ledger au FileType ledger inoremap e :call ledger#entry() au FileType ledger noremap = :LedgerAlign au FileType ledger iabbrev alfa Assets:Bank:AlfaBank:Card + au FileType ledger iabbrev soyuz Assets:Bank:Soyuz:Savings:Deposit:2019-04-15 au FileType ledger iabbrev tinkof Assets:Bank:Tinkoff:Card-Black - au FileType ledger iabbrev coin Assets:Bank:HomeCredit:Card:CoinKeeper au BufWritePost *.ledger silent! make | redraw! | cwindow au FileType ledger setlocal foldmethod=marker foldmarker={,} au FileType ledger noremap e :call ledger#entry() diff --git a/files/.zsh/rc/S50_aliases b/files/.zsh/rc/S50_aliases index 73ebfc2..294ae07 100644 --- a/files/.zsh/rc/S50_aliases +++ b/files/.zsh/rc/S50_aliases @@ -31,7 +31,6 @@ alias cp='cp --recursive' alias c=' clear' alias v='vim' alias t='tmux new-session -A -s main' -alias ta='tmux attach-session' alias mux='tmuxinator' @@ -41,8 +40,6 @@ alias esync='sudo eix-sync' alias eupdw='sudo emerge -avuND @world' alias eetc='sudo etc-update' -alias notes='editor $HOME/Dropbox/notes.md' - # Moving to directory in different teminals. alias xpwd='echo $PWD | xclip -i; xclip -o' alias xcd='cd "$(xclip -o)"' -- cgit v1.2.3