aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2020-01-08 18:58:34 +0500
committerAnton Bobov <abobov@gmail.com>2020-01-08 18:58:34 +0500
commitcd68c5ba26a80aec88d1cc375f19a6190319509a (patch)
tree299ab5e614e7460fb080b2bd1b5f3725f7b0654b /files
parent0737d5f9eda273e57697af0b559bb82f5978ce96 (diff)
Updates.
Diffstat (limited to 'files')
-rw-r--r--files/.tmux.conf2
-rw-r--r--files/.vimrc2
-rw-r--r--files/.zsh/rc/S50_aliases3
3 files changed, 2 insertions, 5 deletions
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 <silent><buffer> <Leader>e <Esc>:call ledger#entry()<CR>
au FileType ledger noremap = :LedgerAlign<CR>
au FileType ledger iabbrev <buffer> alfa Assets:Bank:AlfaBank:Card
+ au FileType ledger iabbrev <buffer> soyuz Assets:Bank:Soyuz:Savings:Deposit:2019-04-15
au FileType ledger iabbrev <buffer> tinkof Assets:Bank:Tinkoff:Card-Black
- au FileType ledger iabbrev <buffer> coin Assets:Bank:HomeCredit:Card:CoinKeeper
au BufWritePost *.ledger silent! make | redraw! | cwindow
au FileType ledger setlocal foldmethod=marker foldmarker={,}
au FileType ledger noremap <Leader>e :call ledger#entry()<CR>
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)"'