dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e4323ce9bee1af37274762d2bda2fdfbf40b25f3
parent d88549654a34613018d84814bdb83d2c8eb69f4d
Author: Lukas Joswiak <lukas@lukasjoswiak.com>
Date:   Wed, 11 Nov 2020 20:46:22 -0800

Add a few commands

Diffstat:
M.vimrc | 3++-
Malacritty.yml | 5++---
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -13,7 +13,8 @@ let mapleader = "," " fzf remaps nmap ; :Buffers<CR> nmap <Leader>t :Files<CR> -nmap <Leader>r :Tags<CR> +nmap <Leader>r :Rg<CR> +nmap <Leader>m :Marks<CR> " Disable swap files set noswapfile diff --git a/alacritty.yml b/alacritty.yml @@ -248,7 +248,7 @@ colors: # - Linear # # Specifying a `duration` of `0` will disable the visual bell. -visual_bell: +bell: animation: EaseOutExpo duration: 0 color: '0xffffff' @@ -318,7 +318,7 @@ selection: save_to_clipboard: false # Allow terminal applications to change Alacritty's window title. -dynamic_title: true +window.dynamic_title: true cursor: # Cursor style @@ -511,7 +511,6 @@ key_bindings: #- { key: Q, mods: Command, action: Quit } #- { key: W, mods: Command, action: Quit } #- { key: F, mods: Command|Control, action: ToggleFullscreen } - - { key: N, mods: Command, action: SpawnNewInstance } - { key: Paste, action: Paste } - { key: Copy, action: Copy }