diff options
Diffstat (limited to 'files')
| -rw-r--r-- | files/.tmux.conf | 2 | ||||
| -rw-r--r-- | files/.vimrc | 2 | ||||
| -rw-r--r-- | files/.zsh/rc/S50_aliases | 3 |
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)"' |
