diff options
| author | Anton Bobov <abobov@gmail.com> | 2020-10-06 18:49:33 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2020-10-06 18:49:33 +0500 |
| commit | eb45428c17ea06738447da5bee62039739386a5c (patch) | |
| tree | fdb5851a914b76fdc99462d999c7a00d10b33b8f | |
| parent | 7e05aae6c583220ef4d8e4c7ccac59b1f1c64835 (diff) | |
Updates.
+ vim table plugin
+ crontab alias
| -rw-r--r-- | files/.vimrc | 1 | ||||
| -rw-r--r-- | files/.zsh/rc/S50_aliases | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/files/.vimrc b/files/.vimrc index 8a464ba..a280824 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -69,6 +69,7 @@ Plugin 'terryma/vim-expand-region' " Maintains a history of previous yanks, changes and deletes "Plugin 'vim-scripts/YankRing.vim' Plugin 'tpope/vim-dadbod' +Plugin 'dhruvasagar/vim-table-mode' " File types diff --git a/files/.zsh/rc/S50_aliases b/files/.zsh/rc/S50_aliases index a0afc47..fa27a89 100644 --- a/files/.zsh/rc/S50_aliases +++ b/files/.zsh/rc/S50_aliases @@ -35,6 +35,7 @@ alias egrep='egrep --color=auto' alias fn='find . -name' alias ip='ip -color' alias dmesg='dmesg --human' +alias crontab='crontab -i' alias ls='ls --color=auto -h -F --group-directories-first' alias d='dirs -v | head -10' |
