Update bindings and commands
This commit is contained in:
parent
59eebb95c9
commit
d2a1cc3633
2 changed files with 11 additions and 15 deletions
|
@ -131,6 +131,7 @@
|
|||
:nv "qq" 'evil-save-and-quit
|
||||
:nv "QQ" 'narf/kill-all-buffers-do-not-remember
|
||||
|
||||
;; Quick access to my dotfiles and emacs.d
|
||||
:nv "E" 'narf/helm-find-in-emacsd
|
||||
:nv "\\" 'narf/helm-find-in-dotfiles
|
||||
|
||||
|
@ -138,9 +139,6 @@
|
|||
(:prefix "t"
|
||||
:n "." 'narf/tmux-cd-to-here
|
||||
:n "/" 'narf/tmux-cd-to-project
|
||||
:n "s" 'narf/tmux-split-window
|
||||
:n "v" 'narf/tmux-vsplit-window
|
||||
:n "c" 'narf/tmux-new-window
|
||||
:v "r" 'narf:tmux)
|
||||
|
||||
;; Open with O/S
|
||||
|
@ -165,6 +163,7 @@
|
|||
))
|
||||
|
||||
(:localleader
|
||||
:n "\\" 'narf/neotree
|
||||
:n "k" 'narf/helm-descbinds-localleader
|
||||
:n "b" 'narf:build
|
||||
:n "R" 'narf:repl
|
||||
|
@ -172,10 +171,7 @@
|
|||
:v "r" 'narf:eval-region
|
||||
(:prefix "r"
|
||||
:n "e" 'emr-show-refactor-menu
|
||||
:n "r" 'narf:eval-buffer)
|
||||
|
||||
;; :n "t" unit tests prefix
|
||||
)
|
||||
:n "r" 'narf:eval-buffer))
|
||||
|
||||
:nv "K" 'smart-up
|
||||
|
||||
|
|
|
@ -26,11 +26,10 @@
|
|||
(exmap "re[gex]" 'narf:regex) ; open re-builder
|
||||
(exmap "repl" 'narf:repl) ; invoke or send to repl
|
||||
(exmap "t[mux]" 'narf:tmux) ; send to tmux
|
||||
(exmap "t[mux]w" 'narf/tmux-new-window) ; open new window in tmux
|
||||
(exmap "tcd" 'narf:tmux-cd) ; cd to default-directory in tmux
|
||||
(exmap "x" 'narf:send-to-scratch-or-org)
|
||||
;; GIT
|
||||
(exmap "br[owse]" 'narf:git-remote-browse) ; show file in github/gitlab
|
||||
(exmap "gbr[owse]" 'narf:git-remote-browse) ; show file in github/gitlab
|
||||
|
||||
;; Dealing with buffers
|
||||
(exmap "k[ill]" 'narf/kill-real-buffer) ; Kill current buffer
|
||||
|
@ -74,6 +73,7 @@
|
|||
|
||||
;; Org-mode
|
||||
(exmap "att[ach]" 'narf:org-attach)
|
||||
(exmap "link" 'narf:org-link)
|
||||
|
||||
;; Plugins
|
||||
(after! flycheck
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue