hisnawi
hisnawi
I am trying to remove the column number from the search results. I tried this: ``` (use-package ag :ensure t :config (setq ag-arguments (remove '("--column") ag-arguments)) (setq ag-arguments (delete '("--column")...
Clicking twice gets reflected on the remote sessions as one . Where clicks should only be reflected in the remote session only when F12 is active (OFF status mode).
I do like the F12 (On/Off) feature that changes the status bar highlights between remote and local tmux sessions. However I noticed that when local tmux status bar is Off...
I am loving the idea of turning off the local Tmux to focus on remote nested ones. But when I have multiple remote sessions open and I mainly use the...
Not sure what kind of debug i need to do to figure out the issue but I know that when disabling diff-hl browsing remote directories and files are ok
This is my setup: ``` (use-package ggtags :ensure t :diminish eldoc-mode :commands ggtags-mode :init (add-hook 'asm-mode-hook #'ggtags-mode) (add-hook 'c-mode-common-hook (lambda () (when (derived-mode-p 'c-mode 'c++-mode 'java-mode 'asm-mode) (ggtags-mode 1)))) :config...
When using universal-ctags as the default parser in gtags I get this warning: ``` Using configuration file '/Users/hisnawi/gitproject/gtags.conf'. Using configuration label 'default'. Using 'gtags.files' as a file list. Using plug-in...
This has been driving me insane for a while. I first thought it was a spacemacs problem but it turned out to be an "Evil" related issue. This is a...
When doing completion with Company and Irony as a backend I see all functions showing up from all library headers included in the file. It would be nice if Irony...
I couldn't find an option to suppress this message on unindexed files. In my repo I have C++ files that I dont want to index and this message keeps showing...