diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/bash/inputrc | 1 | ||||
| -rw-r--r-- | .config/foot/foot.ini | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.config/bash/inputrc b/.config/bash/inputrc index a88ed4c..1225508 100644 --- a/.config/bash/inputrc +++ b/.config/bash/inputrc @@ -87,5 +87,6 @@ set keymap vi-command $include ~/.config/bash/vi.inputrc "u": vi-undo # u undo +"v": "" # v unbind v, avoid conflict with Alt+v from foot.ini $endif diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 1714faf..e236fad 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -23,6 +23,7 @@ lines=1000 [key-bindings] fullscreen=F11 color-theme-toggle=F10 +clipboard-paste=Alt+v # Tokyo Night — https://github.com/folke/tokyonight.nvim [colors-dark] |
