Skip to content

nuchs/vim-hypr-nav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-hypr-nav

Seamless navigation between hyprland windows and (Neo)Vim splits with the same key bindings.

Shamelessly hacked from vim-sway-nav.

Requirements

  • Vim built with +clientserver (check with vim --version), or Neovim
  • jq

Installation

First, install this repository as a Vim plugin. For example, if you use vim-plug:

Plug "nuchs/vim-hypr-nav"

Then, modify your Hyprland config to use vim-hypr-nav instead of your normal movefocus left, movefocus down, etc. bindings:

bind = $mainMod, $left, exec, vim-hypr-nav l
bind = $mainMod, $right, exec, vim-hypr-nav r
bind = $mainMod, $up, exec, vim-hypr-nav u
bind = $mainMod, $down, exec, vim-hypr-nav d

You can now use $mod+<direction> to navigate among Hyprland windows and Vim splits!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published