diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index 76bd1cb..1ad6f8c 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -147,6 +147,8 @@ bindm = $mainMod SHIFT, mouse:272, resizewindow #rofi keybind bind = $mainMod, R, exec, wofi --show drun +bind = $mainMod, RETURN, exec, wofi --show drun +bind = $mainMod SHIFT, RETURN, exec, $winswitch bind = CTRL SHIFT, R, exec, wofi --show drun #window location edit mode source: https://www.reddit.com/r/hyprland/comments/14jehzj/comment/jpl5c8f/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button diff --git a/nvim/init.vim b/nvim/init.vim index c4a2ee0..03f8731 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -90,3 +90,6 @@ nnoremap l :nnoremap t :FloatermNew :nnoremap e :NERDTreeTogglel :nnoremap q :q + +:inoremap +:inoremap