mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 15:49:40 +01:00
Fix broken keybindings
This commit is contained in:
parent
366ddd20e2
commit
2b4256f076
@ -65,8 +65,8 @@ bindsym $mod+Shift+e exec $rofi powermenu
|
|||||||
|
|
||||||
|
|
||||||
# Set up screenshots and partial screenshots
|
# Set up screenshots and partial screenshots
|
||||||
bindsym --release Print exec maim ~/Pictures/Screenshots/`date +%Y-%m-%d_%H:%M:%S`.png
|
bindsym --release Print exec maim -u ~/Pictures/Screenshots/`date +%Y-%m-%d_%H:%M:%S`.png
|
||||||
bindsym --release Shift+Print exec maim -s ~/Pictures/Screenshots/`date +%Y-%m-%d_%H:%M:%S`.png
|
bindsym --release Shift+Print exec -u maim -s ~/Pictures/Screenshots/`date +%Y-%m-%d_%H:%M:%S`.png
|
||||||
|
|
||||||
|
|
||||||
# Bind brightness keys to light interface
|
# Bind brightness keys to light interface
|
||||||
|
@ -124,8 +124,8 @@ map("n", "<S-x>", ":bd!<CR>", opt) -- close tab
|
|||||||
-- indent with tabs
|
-- indent with tabs
|
||||||
map("n", "<TAB>", '>>', opt)
|
map("n", "<TAB>", '>>', opt)
|
||||||
map("n", "<S-TAB>", '<<', opt)
|
map("n", "<S-TAB>", '<<', opt)
|
||||||
map("v", "<TAB>", '>>', opt)
|
map("v", "<TAB>", '>', opt)
|
||||||
map("v", "<S-TAB>", '<<', opt)
|
map("v", "<S-TAB>", '<', opt)
|
||||||
|
|
||||||
|
|
||||||
map("n", "<F3>", ":set invhlsearch<CR>", opt)
|
map("n", "<F3>", ":set invhlsearch<CR>", opt)
|
||||||
|
Loading…
Reference in New Issue
Block a user