Compare commits
No commits in common. "aedb4f7a11b36e88357d42f538b389b44b7b2485" and "07ff2232dac58d4231c34bf4ea37586e794e1984" have entirely different histories.
aedb4f7a11
...
07ff2232da
2 changed files with 1 additions and 5 deletions
|
@ -62,7 +62,7 @@ d = "delete_selection_noyank"
|
||||||
A-d = "delete_selection"
|
A-d = "delete_selection"
|
||||||
c = "change_selection_noyank"
|
c = "change_selection_noyank"
|
||||||
A-c = "change_selection"
|
A-c = "change_selection"
|
||||||
y = ["yank_to_clipboard","yank"]
|
y = ["yank_main_selection_to_clipboard", "yank"]
|
||||||
|
|
||||||
S-v = ["extend_to_line_bounds","select_mode"]
|
S-v = ["extend_to_line_bounds","select_mode"]
|
||||||
S-ret = ["open_below", "insert_mode"]
|
S-ret = ["open_below", "insert_mode"]
|
||||||
|
@ -74,7 +74,6 @@ p = ":buffer-previous"
|
||||||
q = ":buffer-close"
|
q = ":buffer-close"
|
||||||
Q = ":buffer-close-all"
|
Q = ":buffer-close-all"
|
||||||
C = ":buffer-close-others --skip-visible"
|
C = ":buffer-close-others --skip-visible"
|
||||||
tab = "goto_last_accessed_file"
|
|
||||||
|
|
||||||
[keys.normal.space.w]
|
[keys.normal.space.w]
|
||||||
|
|
||||||
|
|
|
@ -54,6 +54,3 @@ export XBPS_DISTDIR="$HOME/git/void-packages"
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
|
|
||||||
export DXVK_CONFIG_FILE=/home/hendrik/.config/dxvk/dxvk.conf
|
export DXVK_CONFIG_FILE=/home/hendrik/.config/dxvk/dxvk.conf
|
||||||
|
|
||||||
# Fix GTK4 apps freezing when closing on nvidia 580.xx.xx
|
|
||||||
export GSK_RENDERER=ngl
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue